#33707B

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

Shades of Atoll #33707B

Tints of Atoll #33707B

Color information

#33707B (or 0x33707B) is unknown color: approx Atoll. HEX triplet: 33, 70 and 7B. RGB value is (51,112,123). Sum of RGB (Red+Green+Blue) = 51+112+123=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #33707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33707B is #CC8F84. Grayscale: #5E5E5E. Windows color (decimal): -13406085 or 8089651. OLE color: 8089651.

HSL color Cylindrical-coordinate representation of color #33707B: hue angle of 189.17º 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 #33707B is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51112123-
CMYK0.590.0900.52
HSL189.17º41.38%34.12%-
HSV(B)189.17º58.54%48.24%-
XYZ10.7313.7220.82-
YUV95.02143.7996.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=17.83%
G=39.16%
B=43.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511121230.590.0900.52189.1741.3834.12
Hex33707B3B9034bd2922
Octal6316017373110642755142
Binary110011111000011110111110111001011010010111101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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