#356589

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

Shades of Astral #356589

Tints of Astral #356589

Color information

#356589 (or 0x356589) is unknown color: approx Astral. HEX triplet: 35, 65 and 89. RGB value is (53,101,137). Sum of RGB (Red+Green+Blue) = 53+101+137=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #356589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356589 is #CA9A76. Grayscale: #5A5A5A. Windows color (decimal): -13277815 or 9004341. OLE color: 9004341.

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

Color convert

RGB53101137-
CMYK0.610.2600.46
HSL205.71º44.21%37.25%-
HSV(B)205.71º61.31%53.73%-
XYZ10.6411.8725.4-
YUV90.75154.1101.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=18.21%
G=34.71%
B=47.08%

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
Decimal531011370.610.2600.46205.7144.2137.25
Hex3565893D1A02Ece2c25
Octal6514521175320563165445
Binary11010111001011000100111110111010010111011001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356589; }

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

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

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

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

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

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

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

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