#33797D

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

Shades of Atoll #33797D

Tints of Atoll #33797D

Color information

#33797D (or 0x33797D) is unknown color: approx Atoll. HEX triplet: 33, 79 and 7D. RGB value is (51,121,125). Sum of RGB (Red+Green+Blue) = 51+121+125=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #33797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33797D is #CC8682. Grayscale: #646464. Windows color (decimal): -13403779 or 8223027. OLE color: 8223027.

HSL color Cylindrical-coordinate representation of color #33797D: hue angle of 183.24º 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 #33797D is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51121125-
CMYK0.590.0300.51
HSL183.24º42.05%34.51%-
HSV(B)183.24º59.2%49.02%-
XYZ11.915.8621.84-
YUV100.53141.8192.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=17.17%
G=40.74%
B=42.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511211250.590.0300.51183.2442.0534.51
Hex33797D3B3033b72a23
Octal631711757330632675243
Binary1100111111001111110111101111011001110110111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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