#367880

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

Shades of Atoll #367880

Tints of Atoll #367880

Color information

#367880 (or 0x367880) is unknown color: approx Atoll. HEX triplet: 36, 78 and 80. RGB value is (54,120,128). Sum of RGB (Red+Green+Blue) = 54+120+128=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #367880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367880 is #C9877F. Grayscale: #656565. Windows color (decimal): -13207424 or 8419382. OLE color: 8419382.

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

Color convert

RGB54120128-
CMYK0.580.0600.50
HSL186.49º40.66%35.69%-
HSV(B)186.49º57.81%50.2%-
XYZ12.1315.7822.83-
YUV101.18143.1394.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=17.88%
G=39.74%
B=42.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541201280.580.0600.50186.4940.6635.69
Hex3678803A6032ba2924
Octal661702007260622725144
Binary110110111100010000000111010110011001010111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367880; }

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

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

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

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

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

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

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

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