Html Css Color HEX #3A4C79 Astronaut

📋 copy color: '#3A4C79'

red 58 ◦ green 76 ◦ blue 121

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

Shades of Astronaut #3A4C79

Tints of Astronaut #3A4C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 121 (47.66% from 255) = 47.45%

R = 22.75%
G = 29.8%
B = 47.45%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A4C79 (or 0x3A4C79) is known color: Astronaut. HEX triplet: 3A, 4C and 79. RGB value is (58,76,121). Sum of RGB (Red+Green+Blue) = 58+76+121=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A4C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4C79 is #C5B386. Grayscale: #4B4B4B. Windows color (decimal): -12956551 or 7949370. OLE color: 7949370.

HSL color Cylindrical-coordinate representation of color #3A4C79: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A4C79 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 76 121 -
CMYK 0.52 0.37 0 0.53
HSL 222.86º 0.35% 0.35% -
HSV(B) 222.86º 0.52% 0.47% -
XYZ 7.78 7.45 19.12 -
YUV 75.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 58 76 121 0.52 0.37 0 0.53 222.86 0.35 0.35
Hex 3A 4C 79 34 25 0 35 DF 23 23
Octal 72 114 171 64 45 0 65 337 43 43
Binary 111010 1001100 1111001 110100 100101 0 110101 11011111 100011 100011

Color Harmonies of #3A4C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C79

Black with #3A4C79

Text Example


Text Example

White with #3A4C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,121); }

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

background-color css

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

 a { background-color: rgb(58,76,121); }

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

border-color css

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

 span { border-color: rgb(58,76,121); }

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