Html Css Color HEX #3A4576 Resolution Blue

📋 copy color: '#3A4576'

red 58 ◦ green 69 ◦ blue 118

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

Shades of Resolution Blue #3A4576

Tints of Resolution Blue #3A4576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 23.67%
G = 28.16%
B = 48.16%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A4576 (or 0x3A4576) is known color: Resolution Blue. HEX triplet: 3A, 45 and 76. RGB value is (58,69,118). Sum of RGB (Red+Green+Blue) = 58+69+118=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4576 is #C5BA89. Grayscale: #474747. Windows color (decimal): -12958346 or 7750970. OLE color: 7750970.

HSL color Cylindrical-coordinate representation of color #3A4576: hue angle of 229º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4576 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 69 118 -
CMYK 0.51 0.42 0 0.54
HSL 229º 0.34% 0.35% -
HSV(B) 229º 0.51% 0.46% -
XYZ 7.14 6.46 18.01 -
YUV 71.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 58 69 118 0.51 0.42 0 0.54 229 0.34 0.35
Hex 3A 45 76 33 2A 0 36 E5 22 23
Octal 72 105 166 63 52 0 66 345 42 43
Binary 111010 1000101 1110110 110011 101010 0 110110 11100101 100010 100011

Color Harmonies of #3A4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4576

Black with #3A4576

Text Example


Text Example

White with #3A4576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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