#367F82

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

Shades of Atoll #367F82

Tints of Atoll #367F82

Color information

#367F82 (or 0x367F82) is unknown color: approx Atoll. HEX triplet: 36, 7F and 82. RGB value is (54,127,130). Sum of RGB (Red+Green+Blue) = 54+127+130=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #367F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F82 is #C9807D. Grayscale: #696969. Windows color (decimal): -13205630 or 8552246. OLE color: 8552246.

HSL color Cylindrical-coordinate representation of color #367F82: hue angle of 182.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367F82 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54127130-
CMYK0.580.0200.49
HSL182.37º41.3%36.08%-
HSV(B)182.37º58.46%50.98%-
XYZ13.1417.5723.82-
YUV105.51141.8291.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=17.36%
G=40.84%
B=41.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541271300.580.0200.49182.3741.336.08
Hex367F823A2031b62924
Octal661772027220612665144
Binary11011011111111000001011101010011000110110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367F82; }

 p { color: rgb(54,127,130); }

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

<style>
 a { background-color: #367F82; }

 a { background-color: rgb(54,127,130); }

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

<style>
 span { border-color: #367F82; }

 span { border-color: rgb(54,127,130); }

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