#33767C

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

Shades of Atoll #33767C

Tints of Atoll #33767C

Color information

#33767C (or 0x33767C) is unknown color: approx Atoll. HEX triplet: 33, 76 and 7C. RGB value is (51,118,124). Sum of RGB (Red+Green+Blue) = 51+118+124=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #33767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33767C is #CC8983. Grayscale: #626262. Windows color (decimal): -13404548 or 8156723. OLE color: 8156723.

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

Color convert

RGB51118124-
CMYK0.590.0500.51
HSL184.93º41.71%34.31%-
HSV(B)184.93º58.87%48.63%-
XYZ11.4815.1221.38-
YUV98.65142.394.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=17.41%
G=40.27%
B=42.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511181240.590.0500.51184.9341.7134.31
Hex33767C3B5033b92a22
Octal631661747350632715242
Binary11001111101101111100111011101011001110111001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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