#33737D

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

Shades of Atoll #33737D

Tints of Atoll #33737D

Color information

#33737D (or 0x33737D) is unknown color: approx Atoll. HEX triplet: 33, 73 and 7D. RGB value is (51,115,125). Sum of RGB (Red+Green+Blue) = 51+115+125=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #33737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33737D is #CC8C82. Grayscale: #606060. Windows color (decimal): -13405315 or 8221491. OLE color: 8221491.

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

Color convert

RGB51115125-
CMYK0.590.0800.51
HSL188.11º42.05%34.51%-
HSV(B)188.11º59.2%49.02%-
XYZ11.214.4521.6-
YUV97143.895.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=17.53%
G=39.52%
B=42.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511151250.590.0800.51188.1142.0534.51
Hex33737D3B8033bc2a23
Octal6316317573100632745243
Binary110011111001111111011110111000011001110111100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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