#356D7C

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

Shades of Astral #356D7C

Tints of Astral #356D7C

Color information

#356D7C (or 0x356D7C) is unknown color: approx Astral. HEX triplet: 35, 6D and 7C. RGB value is (53,109,124). Sum of RGB (Red+Green+Blue) = 53+109+124=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #356D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D7C is #CA9283. Grayscale: #5D5D5D. Windows color (decimal): -13275780 or 8154421. OLE color: 8154421.

HSL color Cylindrical-coordinate representation of color #356D7C: hue angle of 192.68º 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 #356D7C is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53109124-
CMYK0.570.1200.51
HSL192.68º40.11%34.71%-
HSV(B)192.68º57.26%48.63%-
XYZ10.5713.1521.05-
YUV93.97144.9598.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=18.53%
G=38.11%
B=43.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531091240.570.1200.51192.6840.1134.71
Hex356D7C39C033c12823
Octal6515517471140633015043
Binary110101110110111111001110011100011001111000001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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