#356689

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

Shades of Astral #356689

Tints of Astral #356689

Color information

#356689 (or 0x356689) is unknown color: approx Astral. HEX triplet: 35, 66 and 89. RGB value is (53,102,137). Sum of RGB (Red+Green+Blue) = 53+102+137=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #356689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356689 is #CA9976. Grayscale: #5B5B5B. Windows color (decimal): -13277559 or 9004597. OLE color: 9004597.

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

Color convert

RGB53102137-
CMYK0.610.2600.46
HSL205º44.21%37.25%-
HSV(B)205º61.31%53.73%-
XYZ10.7312.0725.43-
YUV91.34153.77100.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=18.15%
G=34.93%
B=46.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531021370.610.2600.4620544.2137.25
Hex3566893D1A02Ecd2c25
Octal6514621175320563155445
Binary11010111001101000100111110111010010111011001101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356689; }

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

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

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

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

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

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

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

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