#3B497B

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

Shades of Resolution Blue #3B497B

Tints of Resolution Blue #3B497B

Color information

#3B497B (or 0x3B497B) is unknown color: approx Resolution Blue. HEX triplet: 3B, 49 and 7B. RGB value is (59,73,123). Sum of RGB (Red+Green+Blue) = 59+73+123=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B497B is #C4B684. Grayscale: #4A4A4A. Windows color (decimal): -12891781 or 8079675. OLE color: 8079675.

HSL color Cylindrical-coordinate representation of color #3B497B: hue angle of 226.88º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B497B is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5973123-
CMYK0.520.4100.52
HSL226.88º35.16%35.69%-
HSV(B)226.88º52.03%48.24%-
XYZ7.767.1219.71-
YUV74.51155.36116.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=23.14%
G=28.63%
B=48.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59731230.520.4100.52226.8835.1635.69
Hex3B497B3429034e32324
Octal7311117364510643434344
Binary11101110010011111011110100101001011010011100011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,123); }

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

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

 a { background-color: rgb(59,73,123); }

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

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

 span { border-color: rgb(59,73,123); }

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