#366984

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

Shades of Astral #366984

Tints of Astral #366984

Color information

#366984 (or 0x366984) is unknown color: approx Astral. HEX triplet: 36, 69 and 84. RGB value is (54,105,132). Sum of RGB (Red+Green+Blue) = 54+105+132=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #366984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366984 is #C9967B. Grayscale: #5C5C5C. Windows color (decimal): -13211260 or 8677686. OLE color: 8677686.

HSL color Cylindrical-coordinate representation of color #366984: hue angle of 200.77º 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 #366984 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54105132-
CMYK0.590.2000.48
HSL200.77º41.94%36.47%-
HSV(B)200.77º59.09%51.76%-
XYZ10.7412.5523.69-
YUV92.83150.1100.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=18.56%
G=36.08%
B=45.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541051320.590.2000.48200.7741.9436.47
Hex3669843B14030c92a24
Octal6615120473240603115244
Binary11011011010011000010011101110100011000011001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366984; }

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

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

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

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

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

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

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

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