Html Css Color HEX #3A4979 Resolution Blue

📋 copy color: '#3A4979'

red 58 ◦ green 73 ◦ blue 121

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

Shades of Resolution Blue #3A4979

Tints of Resolution Blue #3A4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

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

R = 23.02%
G = 28.97%
B = 48.02%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A4979 (or 0x3A4979) is known color: Resolution Blue. HEX triplet: 3A, 49 and 79. RGB value is (58,73,121). Sum of RGB (Red+Green+Blue) = 58+73+121=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A4979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4979 is #C5B686. Grayscale: #494949. Windows color (decimal): -12957319 or 7948602. OLE color: 7948602.

HSL color Cylindrical-coordinate representation of color #3A4979: hue angle of 225.71º 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 #3A4979 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 73 121 -
CMYK 0.52 0.40 0 0.53
HSL 225.71º 0.35% 0.35% -
HSV(B) 225.71º 0.52% 0.47% -
XYZ 7.58 7.05 19.05 -
YUV 73.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 58 73 121 0.52 0.40 0 0.53 225.71 0.35 0.35
Hex 3A 49 79 34 28 0 35 E2 23 23
Octal 72 111 171 64 50 0 65 342 43 43
Binary 111010 1001001 1111001 110100 101000 0 110101 11100010 100011 100011

Color Harmonies of #3A4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4979

Black with #3A4979

Text Example


Text Example

White with #3A4979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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