#366988

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

Shades of Astral #366988

Tints of Astral #366988

Color information

#366988 (or 0x366988) is unknown color: approx Astral. HEX triplet: 36, 69 and 88. RGB value is (54,105,136). Sum of RGB (Red+Green+Blue) = 54+105+136=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #366988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366988 is #C99677. Grayscale: #5D5D5D. Windows color (decimal): -13211256 or 8939830. OLE color: 8939830.

HSL color Cylindrical-coordinate representation of color #366988: hue angle of 202.68º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366988 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54105136-
CMYK0.600.2300.47
HSL202.68º43.16%37.25%-
HSV(B)202.68º60.29%53.33%-
XYZ11.0212.6625.16-
YUV93.29152.199.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=18.31%
G=35.59%
B=46.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541051360.600.2300.47202.6843.1637.25
Hex3669883C1702Fcb2b25
Octal6615121074270573135345
Binary11011011010011000100011110010111010111111001011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366988; }

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

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

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

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

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

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

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

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