#2793C3

Color #2793C3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2793C3

Tints of Pelorous #2793C3

Color information

#2793C3 (or 0x2793C3) is unknown color: approx Pelorous. HEX triplet: 27, 93 and C3. RGB value is (39,147,195). Sum of RGB (Red+Green+Blue) = 39+147+195=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #2793C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2793C3 is #D86C3C. Grayscale: #777777. Windows color (decimal): -14183485 or 12817191. OLE color: 12817191.

HSL color Cylindrical-coordinate representation of color #2793C3: hue angle of 198.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2793C3 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB39147195-
CMYK0.800.2500.24
HSL198.46º66.67%45.88%-
HSV(B)198.46º80%76.47%-
XYZ21.1225.2455.39-
YUV120.18170.2270.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 10.24%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=10.24%
G=38.58%
B=51.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391471950.800.2500.24198.4666.6745.88
Hex2793C35019018c6432e
Octal472233031203103030610356
Binary1001111001001111000011101000011001011000110001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2793C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2793C3; }

 p { color: rgb(39,147,195); }

 H1.HeaderClassName
 {
   color: #2793C3;
 }
 .AnyTagClassName
 {
   color: #2793C3;
 }
</style>
background-color css

<style>
 a { background-color: #2793C3; }

 a { background-color: rgb(39,147,195); }

 div.DivClassName
 {
   background-color: #2793C3;
 }
 .BgClassName
 {
   background-color: #2793C3;
 }
</style>
border-color css

<style>
 span { border-color: #2793C3; }

 span { border-color: rgb(39,147,195); }

 td.TdClassName
 {
   border-color: #2793C3;
 }
 .TagClassName
 {
   border-color: #2793C3;
 }
</style>