#237072

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

Shades of Atoll #237072

Tints of Atoll #237072

Color information

#237072 (or 0x237072) is unknown color: approx Atoll. HEX triplet: 23, 70 and 72. RGB value is (35,112,114). Sum of RGB (Red+Green+Blue) = 35+112+114=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #237072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237072 is #DC8F8D. Grayscale: #595959. Windows color (decimal): -14454670 or 7499811. OLE color: 7499811.

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

Color convert

RGB35112114-
CMYK0.690.0200.55
HSL181.52º53.02%29.22%-
HSV(B)181.52º69.3%44.71%-
XYZ9.5213.1617.96-
YUV89.2141.9989.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=13.41%
G=42.91%
B=43.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351121140.690.0200.55181.5253.0229.22
Hex237072452037b6351d
Octal4316016210520672666535
Binary1000111110000111001010001011001101111011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237072; }

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

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

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

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

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

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

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

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