Html Css Color HEX #3A4579 Resolution Blue

📋 copy color: '#3A4579'

red 58 ◦ green 69 ◦ blue 121

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

Shades of Resolution Blue #3A4579

Tints of Resolution Blue #3A4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 23.39%
G = 27.82%
B = 48.79%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A4579 (or 0x3A4579) is known color: Resolution Blue. HEX triplet: 3A, 45 and 79. RGB value is (58,69,121). Sum of RGB (Red+Green+Blue) = 58+69+121=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4579 is #C5BA86. Grayscale: #474747. Windows color (decimal): -12958343 or 7947578. OLE color: 7947578.

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

Color convert

RGB 58 69 121 -
CMYK 0.52 0.43 0 0.53
HSL 229.52º 0.35% 0.35% -
HSV(B) 229.52º 0.52% 0.47% -
XYZ 7.32 6.54 18.96 -
YUV 71.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 58 69 121 0.52 0.43 0 0.53 229.52 0.35 0.35
Hex 3A 45 79 34 2B 0 35 E6 23 23
Octal 72 105 171 64 53 0 65 346 43 43
Binary 111010 1000101 1111001 110100 101011 0 110101 11100110 100011 100011

Color Harmonies of #3A4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4579

Black with #3A4579

Text Example


Text Example

White with #3A4579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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