#366980

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

Shades of Astral #366980

Tints of Astral #366980

Color information

#366980 (or 0x366980) is unknown color: approx Astral. HEX triplet: 36, 69 and 80. RGB value is (54,105,128). Sum of RGB (Red+Green+Blue) = 54+105+128=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #366980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366980 is #C9967F. Grayscale: #5C5C5C. Windows color (decimal): -13211264 or 8415542. OLE color: 8415542.

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

Color convert

RGB54105128-
CMYK0.580.1800.50
HSL198.65º40.66%35.69%-
HSV(B)198.65º57.81%50.2%-
XYZ10.4712.4522.27-
YUV92.37148.1100.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=18.82%
G=36.59%
B=44.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541051280.580.1800.50198.6540.6635.69
Hex3669803A12032c72924
Octal6615120072220623075144
Binary11011011010011000000011101010010011001011000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366980; }

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

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

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

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

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

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

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

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