#356781

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

Shades of Astral #356781

Tints of Astral #356781

Color information

#356781 (or 0x356781) is unknown color: approx Astral. HEX triplet: 35, 67 and 81. RGB value is (53,103,129). Sum of RGB (Red+Green+Blue) = 53+103+129=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #356781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356781 is #CA987E. Grayscale: #5A5A5A. Windows color (decimal): -13277311 or 8480565. OLE color: 8480565.

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

Color convert

RGB53103129-
CMYK0.590.2000.49
HSL200.53º41.76%35.69%-
HSV(B)200.53º58.91%50.59%-
XYZ10.2812.0422.55-
YUV91.01149.44100.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=18.60%
G=36.14%
B=45.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531031290.590.2000.49200.5341.7635.69
Hex3567813B14031c92a24
Octal6514720173240613115244
Binary11010111001111000000111101110100011000111001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356781; }

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

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

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

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

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

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

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

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