#366981

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

Shades of Astral #366981

Tints of Astral #366981

Color information

#366981 (or 0x366981) is unknown color: approx Astral. HEX triplet: 36, 69 and 81. RGB value is (54,105,129). Sum of RGB (Red+Green+Blue) = 54+105+129=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #366981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366981 is #C9967E. Grayscale: #5C5C5C. Windows color (decimal): -13211263 or 8481078. OLE color: 8481078.

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

Color convert

RGB54105129-
CMYK0.580.1900.49
HSL199.2º40.98%35.88%-
HSV(B)199.2º58.14%50.59%-
XYZ10.5412.4722.62-
YUV92.49148.6100.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=18.75%
G=36.46%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541051290.580.1900.49199.240.9835.88
Hex3669813A13031c72924
Octal6615120172230613075144
Binary11011011010011000000111101010011011000111000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366981; }

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

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

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

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

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

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

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

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