#367882

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

Shades of Atoll #367882

Tints of Atoll #367882

Color information

#367882 (or 0x367882) is unknown color: approx Atoll. HEX triplet: 36, 78 and 82. RGB value is (54,120,130). Sum of RGB (Red+Green+Blue) = 54+120+130=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #367882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367882 is #C9877D. Grayscale: #656565. Windows color (decimal): -13207422 or 8550454. OLE color: 8550454.

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

Color convert

RGB54120130-
CMYK0.580.0800.49
HSL187.89º41.3%36.08%-
HSV(B)187.89º58.46%50.98%-
XYZ12.2715.8323.53-
YUV101.41144.1394.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=17.76%
G=39.47%
B=42.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541201300.580.0800.49187.8941.336.08
Hex3678823A8031bc2924
Octal6617020272100612745144
Binary1101101111000100000101110101000011000110111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367882; }

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

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

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

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

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

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

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

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