Html Css Color HEX #3A7491 Astral

📋 copy color: '#3A7491'

red 58 ◦ green 116 ◦ blue 145

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

Shades of Astral #3A7491

Tints of Astral #3A7491

RGB

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

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

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

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7491 (or 0x3A7491) is known color: Astral. HEX triplet: 3A, 74 and 91. RGB value is (58,116,145). Sum of RGB (Red+Green+Blue) = 58+116+145=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7491 is #C58B6E. Grayscale: #656565. Windows color (decimal): -12946287 or 9532474. OLE color: 9532474.

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

Color convert

RGB 58 116 145 -
CMYK 0.6 0.2 0 0.43
HSL 200º 0.43% 0.4% -
HSV(B) 200º 0.6% 0.57% -
XYZ 13.1 15.43 29.08 -
YUV 101.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 58 116 145 0.6 0.2 0 0.43 200 0.43 0.4
Hex 3A 74 91 3C 14 0 2B C8 2B 28
Octal 72 164 221 74 24 0 53 310 53 50
Binary 111010 1110100 10010001 111100 10100 0 101011 11001000 101011 101000

Color Harmonies of #3A7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7491

Black with #3A7491

Text Example


Text Example

White with #3A7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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