#356A92

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

Shades of Astral #356A92

Tints of Astral #356A92

Color information

#356A92 (or 0x356A92) is unknown color: approx Astral. HEX triplet: 35, 6A and 92. RGB value is (53,106,146). Sum of RGB (Red+Green+Blue) = 53+106+146=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #356A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A92 is #CA956D. Grayscale: #5E5E5E. Windows color (decimal): -13276526 or 9595445. OLE color: 9595445.

HSL color Cylindrical-coordinate representation of color #356A92: hue angle of 205.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356A92 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53106146-
CMYK0.640.2700.43
HSL205.81º46.73%39.02%-
HSV(B)205.81º63.7%57.25%-
XYZ11.8113.1429.11-
YUV94.71156.9498.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=17.38%
G=34.75%
B=47.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531061460.640.2700.43205.8146.7339.02
Hex356A92401B02Bce2f27
Octal65152222100330533165747
Binary110101110101010010010100000011011010101111001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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