#356586

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

Shades of Astral #356586

Tints of Astral #356586

Color information

#356586 (or 0x356586) is unknown color: approx Astral. HEX triplet: 35, 65 and 86. RGB value is (53,101,134). Sum of RGB (Red+Green+Blue) = 53+101+134=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #356586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356586 is #CA9A79. Grayscale: #5A5A5A. Windows color (decimal): -13277818 or 8807733. OLE color: 8807733.

HSL color Cylindrical-coordinate representation of color #356586: hue angle of 204.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356586 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53101134-
CMYK0.600.2500.47
HSL204.44º43.32%36.67%-
HSV(B)204.44º60.45%52.55%-
XYZ10.4211.7924.28-
YUV90.41152.6101.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 134 (52.73% from 255) = 46.53%
R=18.40%
G=35.07%
B=46.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531011340.600.2500.47204.4443.3236.67
Hex3565863C1902Fcc2b25
Octal6514520674310573145345
Binary11010111001011000011011110011001010111111001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356586; }

 p { color: rgb(53,101,134); }

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

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

 a { background-color: rgb(53,101,134); }

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

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

 span { border-color: rgb(53,101,134); }

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