#356791

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

Shades of Astral #356791

Tints of Astral #356791

Color information

#356791 (or 0x356791) is unknown color: approx Astral. HEX triplet: 35, 67 and 91. RGB value is (53,103,145). Sum of RGB (Red+Green+Blue) = 53+103+145=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #356791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356791 is #CA986E. Grayscale: #5C5C5C. Windows color (decimal): -13277295 or 9529141. OLE color: 9529141.

HSL color Cylindrical-coordinate representation of color #356791: hue angle of 207.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356791 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53103145-
CMYK0.630.2900.43
HSL207.39º46.46%38.82%-
HSV(B)207.39º63.45%56.86%-
XYZ11.4312.528.6-
YUV92.84157.4499.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=17.61%
G=34.22%
B=48.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531031450.630.2900.43207.3946.4638.82
Hex3567913F1D02Bcf2e27
Octal6514722177350533175647
Binary11010111001111001000111111111101010101111001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356791; }

 p { color: rgb(53,103,145); }

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

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

 a { background-color: rgb(53,103,145); }

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

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

 span { border-color: rgb(53,103,145); }

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