#33727B

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

Shades of Atoll #33727B

Tints of Atoll #33727B

Color information

#33727B (or 0x33727B) is unknown color: approx Atoll. HEX triplet: 33, 72 and 7B. RGB value is (51,114,123). Sum of RGB (Red+Green+Blue) = 51+114+123=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #33727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33727B is #CC8D84. Grayscale: #606060. Windows color (decimal): -13405573 or 8090163. OLE color: 8090163.

HSL color Cylindrical-coordinate representation of color #33727B: hue angle of 187.5º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33727B is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51114123-
CMYK0.590.0700.52
HSL187.5º41.38%34.12%-
HSV(B)187.5º58.54%48.24%-
XYZ10.9614.1720.9-
YUV96.19143.1395.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=17.71%
G=39.58%
B=42.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511141230.590.0700.52187.541.3834.12
Hex33727B3B7034bc2922
Octal631621737370642745142
Binary11001111100101111011111011111011010010111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33727B; }

 p { color: rgb(51,114,123); }

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

<style>
 a { background-color: #33727B; }

 a { background-color: rgb(51,114,123); }

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

<style>
 span { border-color: #33727B; }

 span { border-color: rgb(51,114,123); }

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