#356982

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

Shades of Astral #356982

Tints of Astral #356982

Color information

#356982 (or 0x356982) is unknown color: approx Astral. HEX triplet: 35, 69 and 82. RGB value is (53,105,130). Sum of RGB (Red+Green+Blue) = 53+105+130=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #356982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356982 is #CA967D. Grayscale: #5C5C5C. Windows color (decimal): -13276798 or 8546613. OLE color: 8546613.

HSL color Cylindrical-coordinate representation of color #356982: hue angle of 199.48º 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 #356982 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53105130-
CMYK0.590.1900.49
HSL199.48º42.08%35.88%-
HSV(B)199.48º59.23%50.98%-
XYZ10.5512.4722.97-
YUV92.3149.2799.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=18.40%
G=36.46%
B=45.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531051300.590.1900.49199.4842.0835.88
Hex3569823B13031c72a24
Octal6515120273230613075244
Binary11010111010011000001011101110011011000111000111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356982; }

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

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

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

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

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

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

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

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