#356A90

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

Shades of Astral #356A90

Tints of Astral #356A90

Color information

#356A90 (or 0x356A90) is unknown color: approx Astral. HEX triplet: 35, 6A and 90. RGB value is (53,106,144). Sum of RGB (Red+Green+Blue) = 53+106+144=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #356A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A90 is #CA956F. Grayscale: #5E5E5E. Windows color (decimal): -13276528 or 9464373. OLE color: 9464373.

HSL color Cylindrical-coordinate representation of color #356A90: hue angle of 205.05º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356A90 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53106144-
CMYK0.630.2600.44
HSL205.05º46.19%38.63%-
HSV(B)205.05º63.19%56.47%-
XYZ11.6613.0828.3-
YUV94.48155.9498.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=17.49%
G=34.98%
B=47.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531061440.630.2600.44205.0546.1938.63
Hex356A903F1A02Ccd2e27
Octal6515222077320543155647
Binary11010111010101001000011111111010010110011001101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A90; }

 p { color: rgb(53,106,144); }

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

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

 a { background-color: rgb(53,106,144); }

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

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

 span { border-color: rgb(53,106,144); }

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