#237276

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

Shades of Atoll #237276

Tints of Atoll #237276

Color information

#237276 (or 0x237276) is unknown color: approx Atoll. HEX triplet: 23, 72 and 76. RGB value is (35,114,118). Sum of RGB (Red+Green+Blue) = 35+114+118=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #237276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237276 is #DC8D89. Grayscale: #5A5A5A. Windows color (decimal): -14454154 or 7762467. OLE color: 7762467.

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

Color convert

RGB35114118-
CMYK0.700.0300.54
HSL182.89º54.25%30%-
HSV(B)182.89º70.34%46.27%-
XYZ9.9813.719.26-
YUV90.84143.3388.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.11%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=13.11%
G=42.70%
B=44.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351141180.700.0300.54182.8954.2530
Hex237276463036b7361e
Octal4316216610630662676636
Binary1000111110010111011010001101101101101011011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237276; }

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

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

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

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

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

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

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

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