#367A82

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

Shades of Atoll #367A82

Tints of Atoll #367A82

Color information

#367A82 (or 0x367A82) is unknown color: approx Atoll. HEX triplet: 36, 7A and 82. RGB value is (54,122,130). Sum of RGB (Red+Green+Blue) = 54+122+130=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #367A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A82 is #C9857D. Grayscale: #666666. Windows color (decimal): -13206910 or 8550966. OLE color: 8550966.

HSL color Cylindrical-coordinate representation of color #367A82: hue angle of 186.32º 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 #367A82 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54122130-
CMYK0.580.0600.49
HSL186.32º41.3%36.08%-
HSV(B)186.32º58.46%50.98%-
XYZ12.5116.3223.61-
YUV102.58143.4793.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=17.65%
G=39.87%
B=42.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541221300.580.0600.49186.3241.336.08
Hex367A823A6031ba2924
Octal661722027260612725144
Binary110110111101010000010111010110011000110111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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