#3A4776

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

Shades of Resolution Blue #3A4776

Tints of Resolution Blue #3A4776

Color information

#3A4776 (or 0x3A4776) is unknown color: approx Resolution Blue. HEX triplet: 3A, 47 and 76. RGB value is (58,71,118). Sum of RGB (Red+Green+Blue) = 58+71+118=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4776 is #C5B889. Grayscale: #484848. Windows color (decimal): -12957834 or 7751482. OLE color: 7751482.

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

Color convert

RGB5871118-
CMYK0.510.4000.54
HSL227º34.09%34.51%-
HSV(B)227º50.85%46.27%-
XYZ7.276.7118.05-
YUV72.47153.69117.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=23.48%
G=28.74%
B=47.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58711180.510.4000.5422734.0934.51
Hex3A47763328036e32223
Octal7210716663500663434243
Binary11101010001111110110110011101000011011011100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A4776;
 }
 .AnyTagClassName
 {
   color: #3A4776;
 }
</style>
background-color css

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

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

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

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

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

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