Html Css Color HEX #357590 Astral

📋 copy color: '#357590'

red 53 ◦ green 117 ◦ blue 144

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

Shades of Astral #357590

Tints of Astral #357590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 16.88%
G = 37.26%
B = 45.86%

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

#357590 (or 0x357590) is known color: Astral. HEX triplet: 35, 75 and 90. RGB value is (53,117,144). Sum of RGB (Red+Green+Blue) = 53+117+144=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #357590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357590 is #CA8A6F. Grayscale: #646464. Windows color (decimal): -13273712 or 9467189. OLE color: 9467189.

HSL color Cylindrical-coordinate representation of color #357590: hue angle of 197.8º 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 #357590 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 117 144 -
CMYK 0.63 0.19 0 0.44
HSL 197.8º 0.46% 0.39% -
HSV(B) 197.8º 0.63% 0.56% -
XYZ 12.86 15.49 28.7 -
YUV 100.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 53 117 144 0.63 0.19 0 0.44 197.8 0.46 0.39
Hex 35 75 90 3F 13 0 2C C6 2E 27
Octal 65 165 220 77 23 0 54 306 56 47
Binary 110101 1110101 10010000 111111 10011 0 101100 11000110 101110 100111

Color Harmonies of #357590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357590

Black with #357590

Text Example


Text Example

White with #357590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357590; }

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

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

background-color css

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

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

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

border-color css

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

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

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