#366588

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

Shades of Astral #366588

Tints of Astral #366588

Color information

#366588 (or 0x366588) is unknown color: approx Astral. HEX triplet: 36, 65 and 88. RGB value is (54,101,136). Sum of RGB (Red+Green+Blue) = 54+101+136=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #366588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366588 is #C99A77. Grayscale: #5A5A5A. Windows color (decimal): -13212280 or 8938806. OLE color: 8938806.

HSL color Cylindrical-coordinate representation of color #366588: hue angle of 205.61º 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 #366588 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54101136-
CMYK0.600.2600.47
HSL205.61º43.16%37.25%-
HSV(B)205.61º60.29%53.33%-
XYZ10.6211.8725.02-
YUV90.94153.43101.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=18.56%
G=34.71%
B=46.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541011360.600.2600.47205.6143.1637.25
Hex3665883C1A02Fce2b25
Octal6614521074320573165345
Binary11011011001011000100011110011010010111111001110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366588; }

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

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

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

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

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

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

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

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