#337072

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

Shades of Atoll #337072

Tints of Atoll #337072

Color information

#337072 (or 0x337072) is unknown color: approx Atoll. HEX triplet: 33, 70 and 72. RGB value is (51,112,114). Sum of RGB (Red+Green+Blue) = 51+112+114=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #337072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337072 is #CC8F8D. Grayscale: #5D5D5D. Windows color (decimal): -13406094 or 7499827. OLE color: 7499827.

HSL color Cylindrical-coordinate representation of color #337072: hue angle of 181.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337072 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51112114-
CMYK0.550.0200.55
HSL181.9º38.18%32.35%-
HSV(B)181.9º55.26%44.71%-
XYZ10.213.5117.99-
YUV93.99139.2997.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=18.41%
G=40.43%
B=41.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511121140.550.0200.55181.938.1832.35
Hex337072372037b62620
Octal631601626720672664640
Binary1100111110000111001011011110011011110110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337072; }

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

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

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

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

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

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

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

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