#2397AB

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

Shades of Pelorous #2397AB

Tints of Pelorous #2397AB

Color information

#2397AB (or 0x2397AB) is unknown color: approx Pelorous. HEX triplet: 23, 97 and AB. RGB value is (35,151,171). Sum of RGB (Red+Green+Blue) = 35+151+171=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #2397AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2397AB is #DC6854. Grayscale: #767676. Windows color (decimal): -14444629 or 11245347. OLE color: 11245347.

HSL color Cylindrical-coordinate representation of color #2397AB: hue angle of 188.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2397AB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35151171-
CMYK0.800.1200.33
HSL188.82º66.02%40.39%-
HSV(B)188.82º79.53%67.06%-
XYZ19.1125.4342.43-
YUV118.6157.5768.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.80%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=9.80%
G=42.30%
B=47.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351511710.800.1200.33188.8266.0240.39
Hex2397AB50C021bd4228
Octal432272531201404127510250
Binary1000111001011110101011101000011000100001101111011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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