Html Css Color HEX #357591 Astral

📋 copy color: '#357591'

red 53 ◦ green 117 ◦ blue 145

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

Shades of Astral #357591

Tints of Astral #357591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 16.83%
G = 37.14%
B = 46.03%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357591 (or 0x357591) is known color: Astral. HEX triplet: 35, 75 and 91. RGB value is (53,117,145). Sum of RGB (Red+Green+Blue) = 53+117+145=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #357591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357591 is #CA8A6E. Grayscale: #646464. Windows color (decimal): -13273711 or 9532725. OLE color: 9532725.

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

Color convert

RGB 53 117 145 -
CMYK 0.63 0.19 0 0.43
HSL 198.26º 0.46% 0.39% -
HSV(B) 198.26º 0.63% 0.57% -
XYZ 12.94 15.52 29.1 -
YUV 101.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 53 117 145 0.63 0.19 0 0.43 198.26 0.46 0.39
Hex 35 75 91 3F 13 0 2B C6 2E 27
Octal 65 165 221 77 23 0 53 306 56 47
Binary 110101 1110101 10010001 111111 10011 0 101011 11000110 101110 100111

Color Harmonies of #357591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357591

Black with #357591

Text Example


Text Example

White with #357591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357591; }

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

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

background-color css

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

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

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

border-color css

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

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

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