#36807E

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

Shades of Atoll #36807E

Tints of Atoll #36807E

Color information

#36807E (or 0x36807E) is unknown color: approx Atoll. HEX triplet: 36, 80 and 7E. RGB value is (54,128,126). Sum of RGB (Red+Green+Blue) = 54+128+126=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #36807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36807E is #C97F81. Grayscale: #696969. Windows color (decimal): -13205378 or 8290358. OLE color: 8290358.

HSL color Cylindrical-coordinate representation of color #36807E: hue angle of 178.38º 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 #36807E is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB54128126-
CMYK0.5800.020.50
HSL178.38º40.66%35.69%-
HSV(B)178.38º57.81%50.2%-
XYZ13.0117.7322.48-
YUV105.65139.4891.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=17.53%
G=41.56%
B=40.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281260.5800.020.50178.3840.6635.69
Hex36807E3A0232b22924
Octal662001767202622625144
Binary11011010000000111111011101001011001010110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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