Html Css Color HEX #3A7490 Astral

📋 copy color: '#3A7490'

red 58 ◦ green 116 ◦ blue 144

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

Shades of Astral #3A7490

Tints of Astral #3A7490

RGB

 RED value IS 58 (23.05% from 255) = 18.24%

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 18.24%
G = 36.48%
B = 45.28%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A7490 (or 0x3A7490) is known color: Astral. HEX triplet: 3A, 74 and 90. RGB value is (58,116,144). Sum of RGB (Red+Green+Blue) = 58+116+144=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A7490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7490 is #C58B6F. Grayscale: #656565. Windows color (decimal): -12946288 or 9466938. OLE color: 9466938.

HSL color Cylindrical-coordinate representation of color #3A7490: hue angle of 199.53º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7490 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 116 144 -
CMYK 0.60 0.19 0 0.44
HSL 199.53º 0.43% 0.4% -
HSV(B) 199.53º 0.6% 0.56% -
XYZ 13.02 15.4 28.67 -
YUV 101.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 58 116 144 0.60 0.19 0 0.44 199.53 0.43 0.4
Hex 3A 74 90 3C 13 0 2C C8 2B 28
Octal 72 164 220 74 23 0 54 310 53 50
Binary 111010 1110100 10010000 111100 10011 0 101100 11001000 101011 101000

Color Harmonies of #3A7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7490

Black with #3A7490

Text Example


Text Example

White with #3A7490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7490; }

 p { color: rgb(58,116,144); }

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

background-color css

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

 a { background-color: rgb(58,116,144); }

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

border-color css

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

 span { border-color: rgb(58,116,144); }

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