Html Css Color HEX #357090 Astral

📋 copy color: '#357090'

red 53 ◦ green 112 ◦ blue 144

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

Shades of Astral #357090

Tints of Astral #357090

RGB

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

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

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

R = 17.15%
G = 36.25%
B = 46.6%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357090 (or 0x357090) is known color: Astral. HEX triplet: 35, 70 and 90. RGB value is (53,112,144). Sum of RGB (Red+Green+Blue) = 53+112+144=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #357090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357090 is #CA8F6F. Grayscale: #616161. Windows color (decimal): -13274992 or 9465909. OLE color: 9465909.

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

Color convert

RGB 53 112 144 -
CMYK 0.63 0.22 0 0.44
HSL 201.1º 0.46% 0.39% -
HSV(B) 201.1º 0.63% 0.56% -
XYZ 12.3 14.36 28.51 -
YUV 98.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 53 112 144 0.63 0.22 0 0.44 201.1 0.46 0.39
Hex 35 70 90 3F 16 0 2C C9 2E 27
Octal 65 160 220 77 26 0 54 311 56 47
Binary 110101 1110000 10010000 111111 10110 0 101100 11001001 101110 100111

Color Harmonies of #357090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357090

Black with #357090

Text Example


Text Example

White with #357090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357090; }

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

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

background-color css

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

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

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

border-color css

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

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

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