#366884

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

Shades of Astral #366884

Tints of Astral #366884

Color information

#366884 (or 0x366884) is unknown color: approx Astral. HEX triplet: 36, 68 and 84. RGB value is (54,104,132). Sum of RGB (Red+Green+Blue) = 54+104+132=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #366884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366884 is #C9977B. Grayscale: #5C5C5C. Windows color (decimal): -13211516 or 8677430. OLE color: 8677430.

HSL color Cylindrical-coordinate representation of color #366884: hue angle of 201.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366884 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54104132-
CMYK0.590.2100.48
HSL201.54º41.94%36.47%-
HSV(B)201.54º59.09%51.76%-
XYZ10.6412.3523.65-
YUV92.24150.44100.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=18.62%
G=35.86%
B=45.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541041320.590.2100.48201.5441.9436.47
Hex3668843B15030ca2a24
Octal6615020473250603125244
Binary11011011010001000010011101110101011000011001010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366884; }

 p { color: rgb(54,104,132); }

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

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

 a { background-color: rgb(54,104,132); }

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

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

 span { border-color: rgb(54,104,132); }

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