#3A477C

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

Shades of Resolution Blue #3A477C

Tints of Resolution Blue #3A477C

Color information

#3A477C (or 0x3A477C) is unknown color: approx Resolution Blue. HEX triplet: 3A, 47 and 7C. RGB value is (58,71,124). Sum of RGB (Red+Green+Blue) = 58+71+124=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A477C is #C5B883. Grayscale: #484848. Windows color (decimal): -12957828 or 8144698. OLE color: 8144698.

HSL color Cylindrical-coordinate representation of color #3A477C: hue angle of 228.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A477C is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5871124-
CMYK0.530.4300.51
HSL228.18º36.26%35.69%-
HSV(B)228.18º53.23%48.63%-
XYZ7.646.8619.99-
YUV73.16156.69117.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=22.92%
G=28.06%
B=49.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58711240.530.4300.51228.1836.2635.69
Hex3A477C352B033e42424
Octal7210717465530633444444
Binary11101010001111111100110101101011011001111100100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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