#356687

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

Shades of Astral #356687

Tints of Astral #356687

Color information

#356687 (or 0x356687) is unknown color: approx Astral. HEX triplet: 35, 66 and 87. RGB value is (53,102,135). Sum of RGB (Red+Green+Blue) = 53+102+135=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #356687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356687 is #CA9978. Grayscale: #5A5A5A. Windows color (decimal): -13277561 or 8873525. OLE color: 8873525.

HSL color Cylindrical-coordinate representation of color #356687: hue angle of 204.15º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356687 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53102135-
CMYK0.610.2400.47
HSL204.15º43.62%36.86%-
HSV(B)204.15º60.74%52.94%-
XYZ10.5912.0124.68-
YUV91.11152.77100.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=18.28%
G=35.17%
B=46.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531021350.610.2400.47204.1543.6236.86
Hex3566873D1802Fcc2c25
Octal6514620775300573145445
Binary11010111001101000011111110111000010111111001100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356687; }

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

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

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

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

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

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

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

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