#366687

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

Shades of Astral #366687

Tints of Astral #366687

Color information

#366687 (or 0x366687) is unknown color: approx Astral. HEX triplet: 36, 66 and 87. RGB value is (54,102,135). Sum of RGB (Red+Green+Blue) = 54+102+135=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #366687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366687 is #C99978. Grayscale: #5B5B5B. Windows color (decimal): -13212025 or 8873526. OLE color: 8873526.

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

Color convert

RGB54102135-
CMYK0.600.2400.47
HSL204.44º42.86%37.06%-
HSV(B)204.44º60%52.94%-
XYZ10.6512.0424.68-
YUV91.41152.6101.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=18.56%
G=35.05%
B=46.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541021350.600.2400.47204.4442.8637.06
Hex3666873C1802Fcc2b25
Octal6614620774300573145345
Binary11011011001101000011111110011000010111111001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366687; }

 p { color: rgb(54,102,135); }

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

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

 a { background-color: rgb(54,102,135); }

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

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

 span { border-color: rgb(54,102,135); }

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