#356D93

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

Shades of Astral #356D93

Tints of Astral #356D93

Color information

#356D93 (or 0x356D93) is unknown color: approx Astral. HEX triplet: 35, 6D and 93. RGB value is (53,109,147). Sum of RGB (Red+Green+Blue) = 53+109+147=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #356D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D93 is #CA926C. Grayscale: #606060. Windows color (decimal): -13275757 or 9661749. OLE color: 9661749.

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

Color convert

RGB53109147-
CMYK0.640.2600.42
HSL204.26º47%39.22%-
HSV(B)204.26º63.95%57.65%-
XYZ12.213.829.62-
YUV96.59156.4596.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=17.15%
G=35.28%
B=47.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531091470.640.2600.42204.264739.22
Hex356D93401A02Acc2f27
Octal65155223100320523145747
Binary110101110110110010011100000011010010101011001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,147); }

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

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

 a { background-color: rgb(53,109,147); }

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

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

 span { border-color: rgb(53,109,147); }

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