#33777D

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

Shades of Atoll #33777D

Tints of Atoll #33777D

Color information

#33777D (or 0x33777D) is unknown color: approx Atoll. HEX triplet: 33, 77 and 7D. RGB value is (51,119,125). Sum of RGB (Red+Green+Blue) = 51+119+125=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #33777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33777D is #CC8882. Grayscale: #636363. Windows color (decimal): -13404291 or 8222515. OLE color: 8222515.

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

Color convert

RGB51119125-
CMYK0.590.0500.51
HSL184.86º42.05%34.51%-
HSV(B)184.86º59.2%49.02%-
XYZ11.6615.3821.76-
YUV99.35142.4793.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=17.29%
G=40.34%
B=42.37%

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
Decimal511191250.590.0500.51184.8642.0534.51
Hex33777D3B5033b92a23
Octal631671757350632715243
Binary11001111101111111101111011101011001110111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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