#356D8D

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

Shades of Astral #356D8D

Tints of Astral #356D8D

Color information

#356D8D (or 0x356D8D) is unknown color: approx Astral. HEX triplet: 35, 6D and 8D. RGB value is (53,109,141). Sum of RGB (Red+Green+Blue) = 53+109+141=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #356D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D8D is #CA9272. Grayscale: #5F5F5F. Windows color (decimal): -13275763 or 9268533. OLE color: 9268533.

HSL color Cylindrical-coordinate representation of color #356D8D: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356D8D is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53109141-
CMYK0.620.2300.45
HSL201.82º45.36%38.04%-
HSV(B)201.82º62.41%55.29%-
XYZ11.7413.6227.21-
YUV95.9153.4597.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=17.49%
G=35.97%
B=46.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531091410.620.2300.45201.8245.3638.04
Hex356D8D3E1702Dca2d26
Octal6515521576270553125546
Binary11010111011011000110111111010111010110111001010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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