#2397A9

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

Shades of Pelorous #2397A9

Tints of Pelorous #2397A9

Color information

#2397A9 (or 0x2397A9) is unknown color: approx Pelorous. HEX triplet: 23, 97 and A9. RGB value is (35,151,169). Sum of RGB (Red+Green+Blue) = 35+151+169=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #2397A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2397A9 is #DC6856. Grayscale: #767676. Windows color (decimal): -14444631 or 11114275. OLE color: 11114275.

HSL color Cylindrical-coordinate representation of color #2397A9: hue angle of 188.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2397A9 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB35151169-
CMYK0.790.1100.34
HSL188.06º65.69%40%-
HSV(B)188.06º79.29%66.27%-
XYZ18.9225.3641.43-
YUV118.37156.5768.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 169 (66.41% from 255) = 47.61%
R=9.86%
G=42.54%
B=47.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351511690.790.1100.34188.0665.6940
Hex2397A94FB022bc4228
Octal432272511171304227410250
Binary1000111001011110101001100111110110100010101111001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2397A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2397A9; }

 p { color: rgb(35,151,169); }

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

<style>
 a { background-color: #2397A9; }

 a { background-color: rgb(35,151,169); }

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

<style>
 span { border-color: #2397A9; }

 span { border-color: rgb(35,151,169); }

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