#36807B

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

Shades of Atoll #36807B

Tints of Atoll #36807B

Color information

#36807B (or 0x36807B) is unknown color: approx Atoll. HEX triplet: 36, 80 and 7B. RGB value is (54,128,123). Sum of RGB (Red+Green+Blue) = 54+128+123=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #36807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36807B is #C97F84. Grayscale: #696969. Windows color (decimal): -13205381 or 8093750. OLE color: 8093750.

HSL color Cylindrical-coordinate representation of color #36807B: hue angle of 175.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36807B is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB54128123-
CMYK0.5800.040.50
HSL175.95º40.66%35.69%-
HSV(B)175.95º57.81%50.2%-
XYZ12.8217.6521.47-
YUV105.3137.9891.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=17.70%
G=41.97%
B=40.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281230.5800.040.50175.9540.6635.69
Hex36807B3A0432b02924
Octal662001737204622605144
Binary110110100000001111011111010010011001010110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,128,123); }

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

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

 a { background-color: rgb(54,128,123); }

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

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

 span { border-color: rgb(54,128,123); }

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