#356F93

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

Shades of Astral #356F93

Tints of Astral #356F93

Color information

#356F93 (or 0x356F93) is unknown color: approx Astral. HEX triplet: 35, 6F and 93. RGB value is (53,111,147). Sum of RGB (Red+Green+Blue) = 53+111+147=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #356F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F93 is #CA906C. Grayscale: #616161. Windows color (decimal): -13275245 or 9662261. OLE color: 9662261.

HSL color Cylindrical-coordinate representation of color #356F93: hue angle of 202.98º 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 #356F93 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53111147-
CMYK0.640.2400.42
HSL202.98º47%39.22%-
HSV(B)202.98º63.95%57.65%-
XYZ12.4214.2329.7-
YUV97.76155.7896.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=17.04%
G=35.69%
B=47.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531111470.640.2400.42202.984739.22
Hex356F93401802Acb2f27
Octal65157223100300523135747
Binary110101110111110010011100000011000010101011001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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