#3B487C

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

Shades of Resolution Blue #3B487C

Tints of Resolution Blue #3B487C

Color information

#3B487C (or 0x3B487C) is unknown color: approx Resolution Blue. HEX triplet: 3B, 48 and 7C. RGB value is (59,72,124). Sum of RGB (Red+Green+Blue) = 59+72+124=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B487C is #C4B783. Grayscale: #494949. Windows color (decimal): -12892036 or 8144955. OLE color: 8144955.

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

Color convert

RGB5972124-
CMYK0.520.4200.51
HSL228º35.52%35.88%-
HSV(B)228º52.42%48.63%-
XYZ7.767.0220.01-
YUV74.04156.19117.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=23.14%
G=28.24%
B=48.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59721240.520.4200.5122835.5235.88
Hex3B487C342A033e42424
Octal7311017464520633444444
Binary11101110010001111100110100101010011001111100100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,124); }

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

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

 a { background-color: rgb(59,72,124); }

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

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

 span { border-color: rgb(59,72,124); }

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