#357895

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

Shades of Astral #357895

Tints of Astral #357895

Color information

#357895 (or 0x357895) is unknown color: approx Astral. HEX triplet: 35, 78 and 95. RGB value is (53,120,149). Sum of RGB (Red+Green+Blue) = 53+120+149=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #357895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357895 is #CA876A. Grayscale: #676767. Windows color (decimal): -13272939 or 9795637. OLE color: 9795637.

HSL color Cylindrical-coordinate representation of color #357895: hue angle of 198.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357895 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53120149-
CMYK0.640.1900.42
HSL198.12º47.52%39.61%-
HSV(B)198.12º64.43%58.43%-
XYZ13.6116.3630.87-
YUV103.27153.892.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=16.46%
G=37.27%
B=46.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531201490.640.1900.42198.1247.5239.61
Hex357895401302Ac63028
Octal65170225100230523066050
Binary110101111100010010101100000010011010101011000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357895; }

 p { color: rgb(53,120,149); }

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

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

 a { background-color: rgb(53,120,149); }

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

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

 span { border-color: rgb(53,120,149); }

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