#237460

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

Shades of Deep Sea #237460

Tints of Deep Sea #237460

Color information

#237460 (or 0x237460) is unknown color: approx Deep Sea. HEX triplet: 23, 74 and 60. RGB value is (35,116,96). Sum of RGB (Red+Green+Blue) = 35+116+96=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #237460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237460 is #DC8B9F. Grayscale: #595959. Windows color (decimal): -14453664 or 6321187. OLE color: 6321187.

HSL color Cylindrical-coordinate representation of color #237460: hue angle of 165.19º 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 #237460 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB3511696-
CMYK0.7000.170.55
HSL165.19º53.64%29.61%-
HSV(B)165.19º69.83%45.49%-
XYZ9.0513.6913.23-
YUV89.5131.6689.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=14.17%
G=46.96%
B=38.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35116960.7000.170.55165.1953.6429.61
Hex2374604601137a5361e
Octal43164140106021672456636
Binary1000111110100110000010001100100011101111010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237460; }

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

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

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

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

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

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

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

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