#356880

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

Shades of Astral #356880

Tints of Astral #356880

Color information

#356880 (or 0x356880) is unknown color: approx Astral. HEX triplet: 35, 68 and 80. RGB value is (53,104,128). Sum of RGB (Red+Green+Blue) = 53+104+128=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #356880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356880 is #CA977F. Grayscale: #5B5B5B. Windows color (decimal): -13277056 or 8415285. OLE color: 8415285.

HSL color Cylindrical-coordinate representation of color #356880: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356880 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53104128-
CMYK0.590.1900.50
HSL199.2º41.44%35.49%-
HSV(B)199.2º58.59%50.2%-
XYZ10.3112.2222.24-
YUV91.49148.6100.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=18.60%
G=36.49%
B=44.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531041280.590.1900.50199.241.4435.49
Hex3568803B13032c72923
Octal6515020073230623075143
Binary11010111010001000000011101110011011001011000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356880; }

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

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

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

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

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

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

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

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