#356785

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

Shades of Astral #356785

Tints of Astral #356785

Color information

#356785 (or 0x356785) is unknown color: approx Astral. HEX triplet: 35, 67 and 85. RGB value is (53,103,133). Sum of RGB (Red+Green+Blue) = 53+103+133=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #356785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356785 is #CA987A. Grayscale: #5B5B5B. Windows color (decimal): -13277307 or 8742709. OLE color: 8742709.

HSL color Cylindrical-coordinate representation of color #356785: hue angle of 202.5º 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 #356785 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53103133-
CMYK0.600.2300.48
HSL202.5º43.01%36.47%-
HSV(B)202.5º60.15%52.16%-
XYZ10.5512.1523.98-
YUV91.47151.44100.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=18.34%
G=35.64%
B=46.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531031330.600.2300.48202.543.0136.47
Hex3567853C17030ca2b24
Octal6514720574270603125344
Binary11010111001111000010111110010111011000011001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356785; }

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

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

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

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

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

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

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

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