#356883

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

Shades of Astral #356883

Tints of Astral #356883

Color information

#356883 (or 0x356883) is unknown color: approx Astral. HEX triplet: 35, 68 and 83. RGB value is (53,104,131). Sum of RGB (Red+Green+Blue) = 53+104+131=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #356883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356883 is #CA977C. Grayscale: #5B5B5B. Windows color (decimal): -13277053 or 8611893. OLE color: 8611893.

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

Color convert

RGB53104131-
CMYK0.600.2100.49
HSL200.77º42.39%36.08%-
HSV(B)200.77º59.54%51.37%-
XYZ10.5212.323.29-
YUV91.83150.1100.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=18.40%
G=36.11%
B=45.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531041310.600.2100.49200.7742.3936.08
Hex3568833C15031c92a24
Octal6515020374250613115244
Binary11010111010001000001111110010101011000111001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356883; }

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

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

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

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

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

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

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

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