#23755D

Color #23755D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #23755D

Tints of Deep Sea #23755D

Color information

#23755D (or 0x23755D) is unknown color: approx Deep Sea. HEX triplet: 23, 75 and 5D. RGB value is (35,117,93). Sum of RGB (Red+Green+Blue) = 35+117+93=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #23755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23755D is #DC8AA2. Grayscale: #595959. Windows color (decimal): -14453411 or 6124835. OLE color: 6124835.

HSL color Cylindrical-coordinate representation of color #23755D: hue angle of 162.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23755D is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3511793-
CMYK0.7000.210.54
HSL162.44º53.95%29.8%-
HSV(B)162.44º70.09%45.88%-
XYZ9.0313.8712.56-
YUV89.75129.8388.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=14.29%
G=47.76%
B=37.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35117930.7000.210.54162.4453.9529.8
Hex23755D4601536a2361e
Octal43165135106025662426636
Binary1000111110101101110110001100101011101101010001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23755D; }

 p { color: rgb(35,117,93); }

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

<style>
 a { background-color: #23755D; }

 a { background-color: rgb(35,117,93); }

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

<style>
 span { border-color: #23755D; }

 span { border-color: rgb(35,117,93); }

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