Html Css Color HEX #357290 Astral

📋 copy color: '#357290'

red 53 ◦ green 114 ◦ blue 144

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

Shades of Astral #357290

Tints of Astral #357290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 17.04%
G = 36.66%
B = 46.3%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357290 (or 0x357290) is known color: Astral. HEX triplet: 35, 72 and 90. RGB value is (53,114,144). Sum of RGB (Red+Green+Blue) = 53+114+144=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #357290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357290 is #CA8D6F. Grayscale: #636363. Windows color (decimal): -13274480 or 9466421. OLE color: 9466421.

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

Color convert

RGB 53 114 144 -
CMYK 0.63 0.21 0 0.44
HSL 199.78º 0.46% 0.39% -
HSV(B) 199.78º 0.63% 0.56% -
XYZ 12.52 14.81 28.58 -
YUV 99.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 53 114 144 0.63 0.21 0 0.44 199.78 0.46 0.39
Hex 35 72 90 3F 15 0 2C C8 2E 27
Octal 65 162 220 77 25 0 54 310 56 47
Binary 110101 1110010 10010000 111111 10101 0 101100 11001000 101110 100111

Color Harmonies of #357290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357290

Black with #357290

Text Example


Text Example

White with #357290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357290; }

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

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

background-color css

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

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

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

border-color css

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

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

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