Html Css Color HEX #357390 Astral

📋 copy color: '#357390'

red 53 ◦ green 115 ◦ blue 144

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

Shades of Astral #357390

Tints of Astral #357390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 16.99%
G = 36.86%
B = 46.15%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357390 (or 0x357390) is known color: Astral. HEX triplet: 35, 73 and 90. RGB value is (53,115,144). Sum of RGB (Red+Green+Blue) = 53+115+144=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #357390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357390 is #CA8C6F. Grayscale: #636363. Windows color (decimal): -13274224 or 9466677. OLE color: 9466677.

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

Color convert

RGB 53 115 144 -
CMYK 0.63 0.20 0 0.44
HSL 199.12º 0.46% 0.39% -
HSV(B) 199.12º 0.63% 0.56% -
XYZ 12.63 15.03 28.62 -
YUV 99.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 53 115 144 0.63 0.20 0 0.44 199.12 0.46 0.39
Hex 35 73 90 3F 14 0 2C C7 2E 27
Octal 65 163 220 77 24 0 54 307 56 47
Binary 110101 1110011 10010000 111111 10100 0 101100 11000111 101110 100111

Color Harmonies of #357390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357390

Black with #357390

Text Example


Text Example

White with #357390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357390; }

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

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

background-color css

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

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

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

border-color css

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

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

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