Html Css Color HEX #357895 Astral

📋 copy color: '#357895'

red 53 ◦ green 120 ◦ blue 149

#357895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #357895

Tints of Astral #357895

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 value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357895 (or 0x357895) is known color: 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

RGB 53 120 149 -
CMYK 0.64 0.19 0 0.42
HSL 198.13º 0.48% 0.4% -
HSV(B) 198.13º 0.64% 0.58% -
XYZ 13.61 16.36 30.87 -
YUV 103.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 53 120 149 0.64 0.19 0 0.42 198.13 0.48 0.4
Hex 35 78 95 40 13 0 2A C6 30 28
Octal 65 170 225 100 23 0 52 306 60 50
Binary 110101 1111000 10010101 1000000 10011 0 101010 11000110 110000 101000

Color Harmonies of #357895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357895

Black with #357895

Text Example


Text Example

White with #357895

Text Example


Text Example

HTML Codes & Css Web 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>