Html Css Color HEX #357091 Astral

📋 copy color: '#357091'

red 53 ◦ green 112 ◦ blue 145

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

Shades of Astral #357091

Tints of Astral #357091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 17.1%
G = 36.13%
B = 46.77%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357091 (or 0x357091) is known color: Astral. HEX triplet: 35, 70 and 91. RGB value is (53,112,145). Sum of RGB (Red+Green+Blue) = 53+112+145=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #357091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357091 is #CA8F6E. Grayscale: #616161. Windows color (decimal): -13274991 or 9531445. OLE color: 9531445.

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

Color convert

RGB 53 112 145 -
CMYK 0.63 0.23 0 0.43
HSL 201.52º 0.46% 0.39% -
HSV(B) 201.52º 0.63% 0.57% -
XYZ 12.37 14.39 28.91 -
YUV 98.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 53 112 145 0.63 0.23 0 0.43 201.52 0.46 0.39
Hex 35 70 91 3F 17 0 2B CA 2E 27
Octal 65 160 221 77 27 0 53 312 56 47
Binary 110101 1110000 10010001 111111 10111 0 101011 11001010 101110 100111

Color Harmonies of #357091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357091

Black with #357091

Text Example


Text Example

White with #357091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357091; }

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

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

background-color css

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

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

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

border-color css

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

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

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