#356585

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

Shades of Astral #356585

Tints of Astral #356585

Color information

#356585 (or 0x356585) is unknown color: approx Astral. HEX triplet: 35, 65 and 85. RGB value is (53,101,133). Sum of RGB (Red+Green+Blue) = 53+101+133=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #356585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356585 is #CA9A7A. Grayscale: #5A5A5A. Windows color (decimal): -13277819 or 8742197. OLE color: 8742197.

HSL color Cylindrical-coordinate representation of color #356585: hue angle of 204º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356585 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53101133-
CMYK0.600.2400.48
HSL204º43.01%36.47%-
HSV(B)204º60.15%52.16%-
XYZ10.3611.7623.91-
YUV90.3152.1101.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=18.47%
G=35.19%
B=46.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531011330.600.2400.4820443.0136.47
Hex3565853C18030cc2b24
Octal6514520574300603145344
Binary11010111001011000010111110011000011000011001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356585; }

 p { color: rgb(53,101,133); }

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

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

 a { background-color: rgb(53,101,133); }

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

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

 span { border-color: rgb(53,101,133); }

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