Html Css Color HEX #357490 Astral

📋 copy color: '#357490'

red 53 ◦ green 116 ◦ blue 144

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

Shades of Astral #357490

Tints of Astral #357490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 16.93%
G = 37.06%
B = 46.01%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357490 (or 0x357490) is known color: Astral. HEX triplet: 35, 74 and 90. RGB value is (53,116,144). Sum of RGB (Red+Green+Blue) = 53+116+144=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #357490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357490 is #CA8B6F. Grayscale: #646464. Windows color (decimal): -13273968 or 9466933. OLE color: 9466933.

HSL color Cylindrical-coordinate representation of color #357490: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357490 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 116 144 -
CMYK 0.63 0.19 0 0.44
HSL 198.46º 0.46% 0.39% -
HSV(B) 198.46º 0.63% 0.56% -
XYZ 12.75 15.26 28.66 -
YUV 100.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 53 116 144 0.63 0.19 0 0.44 198.46 0.46 0.39
Hex 35 74 90 3F 13 0 2C C6 2E 27
Octal 65 164 220 77 23 0 54 306 56 47
Binary 110101 1110100 10010000 111111 10011 0 101100 11000110 101110 100111

Color Harmonies of #357490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357490

Black with #357490

Text Example


Text Example

White with #357490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357490; }

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

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

background-color css

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

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

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

border-color css

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

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

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