#3A4579

Color #3A4579 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #3A4579

Tints of Resolution Blue #3A4579

Color information

#3A4579 (or 0x3A4579) is unknown color: approx 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

RGB5869121-
CMYK0.520.4300.53
HSL229.52º35.2%35.1%-
HSV(B)229.52º52.07%47.45%-
XYZ7.326.5418.96-
YUV71.64155.86118.27-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58691210.520.4300.53229.5235.235.1
Hex3A4579342B035e62323
Octal7210517164530653464343
Binary11101010001011111001110100101011011010111100110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>