#2396B6

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

Shades of Pelorous #2396B6

Tints of Pelorous #2396B6

Color information

#2396B6 (or 0x2396B6) is unknown color: approx Pelorous. HEX triplet: 23, 96 and B6. RGB value is (35,150,182). Sum of RGB (Red+Green+Blue) = 35+150+182=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #2396B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396B6 is #DC6949. Grayscale: #777777. Windows color (decimal): -14444874 or 11965987. OLE color: 11965987.

HSL color Cylindrical-coordinate representation of color #2396B6: hue angle of 193.06º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2396B6 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB35150182-
CMYK0.810.1800.29
HSL193.06º67.74%42.55%-
HSV(B)193.06º80.77%71.37%-
XYZ20.0425.5548.13-
YUV119.26163.467.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.54%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=9.54%
G=40.87%
B=49.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal351501820.810.1800.29193.0667.7442.55
Hex2396B6511201Dc1442b
Octal432262661212203530110453
Binary1000111001011010110110101000110010011101110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2396B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2396B6; }

 p { color: rgb(35,150,182); }

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

<style>
 a { background-color: #2396B6; }

 a { background-color: rgb(35,150,182); }

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

<style>
 span { border-color: #2396B6; }

 span { border-color: rgb(35,150,182); }

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