#356985

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

Shades of Astral #356985

Tints of Astral #356985

Color information

#356985 (or 0x356985) is unknown color: approx Astral. HEX triplet: 35, 69 and 85. RGB value is (53,105,133). Sum of RGB (Red+Green+Blue) = 53+105+133=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #356985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356985 is #CA967A. Grayscale: #5C5C5C. Windows color (decimal): -13276795 or 8743221. OLE color: 8743221.

HSL color Cylindrical-coordinate representation of color #356985: hue angle of 201º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356985 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53105133-
CMYK0.600.2100.48
HSL201º43.01%36.47%-
HSV(B)201º60.15%52.16%-
XYZ10.7512.5524.05-
YUV92.64150.7799.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=18.21%
G=36.08%
B=45.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531051330.600.2100.4820143.0136.47
Hex3569853C15030c92b24
Octal6515120574250603115344
Binary11010111010011000010111110010101011000011001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356985; }

 p { color: rgb(53,105,133); }

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

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

 a { background-color: rgb(53,105,133); }

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

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

 span { border-color: rgb(53,105,133); }

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