#3A4576

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

Shades of Resolution Blue #3A4576

Tints of Resolution Blue #3A4576

Color information

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

RGB5869118-
CMYK0.510.4200.54
HSL229º34.09%34.51%-
HSV(B)229º50.85%46.27%-
XYZ7.146.4618.01-
YUV71.3154.36118.52-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58691180.510.4200.5422934.0934.51
Hex3A4576332A036e52223
Octal7210516663520663454243
Binary11101010001011110110110011101010011011011100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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