#356882

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

Shades of Astral #356882

Tints of Astral #356882

Color information

#356882 (or 0x356882) is unknown color: approx Astral. HEX triplet: 35, 68 and 82. RGB value is (53,104,130). Sum of RGB (Red+Green+Blue) = 53+104+130=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #356882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356882 is #CA977D. Grayscale: #5B5B5B. Windows color (decimal): -13277054 or 8546357. OLE color: 8546357.

HSL color Cylindrical-coordinate representation of color #356882: hue angle of 200.26º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356882 is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53104130-
CMYK0.590.200.49
HSL200.26º42.08%35.88%-
HSV(B)200.26º59.23%50.98%-
XYZ10.4512.2722.94-
YUV91.72149.6100.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=18.47%
G=36.24%
B=45.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531041300.590.200.49200.2642.0835.88
Hex3568823B14031c82a24
Octal6515020273240613105244
Binary11010111010001000001011101110100011000111001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356882; }

 p { color: rgb(53,104,130); }

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

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

 a { background-color: rgb(53,104,130); }

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

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

 span { border-color: rgb(53,104,130); }

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