#33737C

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

Shades of Atoll #33737C

Tints of Atoll #33737C

Color information

#33737C (or 0x33737C) is unknown color: approx Atoll. HEX triplet: 33, 73 and 7C. RGB value is (51,115,124). Sum of RGB (Red+Green+Blue) = 51+115+124=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #33737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33737C is #CC8C83. Grayscale: #606060. Windows color (decimal): -13405316 or 8155955. OLE color: 8155955.

HSL color Cylindrical-coordinate representation of color #33737C: hue angle of 187.4º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33737C is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51115124-
CMYK0.590.0700.51
HSL187.4º41.71%34.31%-
HSV(B)187.4º58.87%48.63%-
XYZ11.1314.4221.27-
YUV96.89143.395.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=17.59%
G=39.66%
B=42.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511151240.590.0700.51187.441.7134.31
Hex33737C3B7033bb2a22
Octal631631747370632735242
Binary11001111100111111100111011111011001110111011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33737C; }

 p { color: rgb(51,115,124); }

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

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

 a { background-color: rgb(51,115,124); }

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

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

 span { border-color: rgb(51,115,124); }

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