#356E8A

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

Shades of Astral #356E8A

Tints of Astral #356E8A

Color information

#356E8A (or 0x356E8A) is unknown color: approx Astral. HEX triplet: 35, 6E and 8A. RGB value is (53,110,138). Sum of RGB (Red+Green+Blue) = 53+110+138=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #356E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E8A is #CA9175. Grayscale: #5F5F5F. Windows color (decimal): -13275510 or 9072181. OLE color: 9072181.

HSL color Cylindrical-coordinate representation of color #356E8A: hue angle of 199.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356E8A is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53110138-
CMYK0.620.2000.46
HSL199.76º44.5%37.45%-
HSV(B)199.76º61.59%54.12%-
XYZ11.6313.7426.08-
YUV96.15151.6297.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=17.61%
G=36.54%
B=45.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531101380.620.2000.46199.7644.537.45
Hex356E8A3E1402Ec82d25
Octal6515621276240563105545
Binary11010111011101000101011111010100010111011001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,138); }

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

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

 a { background-color: rgb(53,110,138); }

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

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

 span { border-color: rgb(53,110,138); }

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