Html Css Color HEX #357495 Astral

📋 copy color: '#357495'

red 53 ◦ green 116 ◦ blue 149

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

Shades of Astral #357495

Tints of Astral #357495

RGB

 RED value IS 53 (21.09% from 255) = 16.67%

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 16.67%
G = 36.48%
B = 46.86%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357495 (or 0x357495) is known color: Astral. HEX triplet: 35, 74 and 95. RGB value is (53,116,149). Sum of RGB (Red+Green+Blue) = 53+116+149=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #357495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357495 is #CA8B6A. Grayscale: #646464. Windows color (decimal): -13273963 or 9794613. OLE color: 9794613.

HSL color Cylindrical-coordinate representation of color #357495: hue angle of 200.62º 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 #357495 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 116 149 -
CMYK 0.64 0.22 0 0.42
HSL 200.63º 0.48% 0.4% -
HSV(B) 200.63º 0.64% 0.58% -
XYZ 13.14 15.42 30.72 -
YUV 100.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 53 116 149 0.64 0.22 0 0.42 200.63 0.48 0.4
Hex 35 74 95 40 16 0 2A C9 30 28
Octal 65 164 225 100 26 0 52 311 60 50
Binary 110101 1110100 10010101 1000000 10110 0 101010 11001001 110000 101000

Color Harmonies of #357495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357495

Black with #357495

Text Example


Text Example

White with #357495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357495; }

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

 H1.HeaderClassName
 {
   color: #357495;
 }
 .AnyTagClassName
 {
   color: #357495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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