#366985

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

Shades of Astral #366985

Tints of Astral #366985

Color information

#366985 (or 0x366985) is unknown color: approx Astral. HEX triplet: 36, 69 and 85. RGB value is (54,105,133). Sum of RGB (Red+Green+Blue) = 54+105+133=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #366985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366985 is #C9967A. Grayscale: #5C5C5C. Windows color (decimal): -13211259 or 8743222. OLE color: 8743222.

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

Color convert

RGB54105133-
CMYK0.590.2100.48
HSL201.27º42.25%36.67%-
HSV(B)201.27º59.4%52.16%-
XYZ10.8112.5824.05-
YUV92.94150.6100.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=18.49%
G=35.96%
B=45.55%

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
Decimal541051330.590.2100.48201.2742.2536.67
Hex3669853B15030c92a25
Octal6615120573250603115245
Binary11011011010011000010111101110101011000011001001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366985; }

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

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

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

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

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

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

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

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