#356E7C

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

Shades of Astral #356E7C

Tints of Astral #356E7C

Color information

#356E7C (or 0x356E7C) is unknown color: approx Astral. HEX triplet: 35, 6E and 7C. RGB value is (53,110,124). Sum of RGB (Red+Green+Blue) = 53+110+124=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #356E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E7C is #CA9183. Grayscale: #5E5E5E. Windows color (decimal): -13275524 or 8154677. OLE color: 8154677.

HSL color Cylindrical-coordinate representation of color #356E7C: hue angle of 191.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356E7C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53110124-
CMYK0.570.1100.51
HSL191.83º40.11%34.71%-
HSV(B)191.83º57.26%48.63%-
XYZ10.6813.3621.09-
YUV94.55144.6298.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=18.47%
G=38.33%
B=43.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531101240.570.1100.51191.8340.1134.71
Hex356E7C39B033c02823
Octal6515617471130633005043
Binary110101110111011111001110011011011001111000000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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