#357085

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

Shades of Astral #357085

Tints of Astral #357085

Color information

#357085 (or 0x357085) is unknown color: approx Astral. HEX triplet: 35, 70 and 85. RGB value is (53,112,133). Sum of RGB (Red+Green+Blue) = 53+112+133=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #357085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357085 is #CA8F7A. Grayscale: #606060. Windows color (decimal): -13275003 or 8745013. OLE color: 8745013.

HSL color Cylindrical-coordinate representation of color #357085: hue angle of 195.75º 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 #357085 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53112133-
CMYK0.600.1600.48
HSL195.75º43.01%36.47%-
HSV(B)195.75º60.15%52.16%-
XYZ11.514.0424.29-
YUV96.75148.4596.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=17.79%
G=37.58%
B=44.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531121330.600.1600.48195.7543.0136.47
Hex3570853C10030c42b24
Octal6516020574200603045344
Binary11010111100001000010111110010000011000011000100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357085; }

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

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

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

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

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

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

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

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