#237262

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

Shades of Deep Sea #237262

Tints of Deep Sea #237262

Color information

#237262 (or 0x237262) is unknown color: approx Deep Sea. HEX triplet: 23, 72 and 62. RGB value is (35,114,98). Sum of RGB (Red+Green+Blue) = 35+114+98=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #237262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237262 is #DC8D9D. Grayscale: #585858. Windows color (decimal): -14454174 or 6451747. OLE color: 6451747.

HSL color Cylindrical-coordinate representation of color #237262: hue angle of 167.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237262 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB3511498-
CMYK0.6900.140.55
HSL167.85º53.02%29.22%-
HSV(B)167.85º69.3%44.71%-
XYZ8.9213.2713.65-
YUV88.56133.3389.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=14.17%
G=46.15%
B=39.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114980.6900.140.55167.8553.0229.22
Hex237262450E37a8351d
Octal43162142105016672506535
Binary100011111001011000101000101011101101111010100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237262; }

 p { color: rgb(35,114,98); }

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

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

 a { background-color: rgb(35,114,98); }

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

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

 span { border-color: rgb(35,114,98); }

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