#237464

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

Shades of Deep Sea #237464

Tints of Deep Sea #237464

Color information

#237464 (or 0x237464) is unknown color: approx Deep Sea. HEX triplet: 23, 74 and 64. RGB value is (35,116,100). Sum of RGB (Red+Green+Blue) = 35+116+100=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #237464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237464 is #DC8B9B. Grayscale: #595959. Windows color (decimal): -14453660 or 6583331. OLE color: 6583331.

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

Color convert

RGB35116100-
CMYK0.7000.140.55
HSL168.15º53.64%29.61%-
HSV(B)168.15º69.83%45.49%-
XYZ9.2413.7714.23-
YUV89.96133.6688.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=13.94%
G=46.22%
B=39.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351161000.7000.140.55168.1553.6429.61
Hex237464460E37a8361e
Octal43164144106016672506636
Binary100011111010011001001000110011101101111010100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237464; }

 p { color: rgb(35,116,100); }

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

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

 a { background-color: rgb(35,116,100); }

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

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

 span { border-color: rgb(35,116,100); }

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