#31467C

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

Shades of Resolution Blue #31467C

Tints of Resolution Blue #31467C

Color information

#31467C (or 0x31467C) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 7C. RGB value is (49,70,124). Sum of RGB (Red+Green+Blue) = 49+70+124=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #31467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31467C is #CEB983. Grayscale: #454545. Windows color (decimal): -13547908 or 8144433. OLE color: 8144433.

HSL color Cylindrical-coordinate representation of color #31467C: hue angle of 223.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31467C is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4970124-
CMYK0.600.4400.51
HSL223.2º43.35%33.92%-
HSV(B)223.2º60.48%48.63%-
XYZ7.096.4919.95-
YUV69.88158.54113.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=20.16%
G=28.81%
B=51.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49701240.600.4400.51223.243.3533.92
Hex31467C3C2C033df2b22
Octal6110617474540633375342
Binary11000110001101111100111100101100011001111011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31467C; }

 p { color: rgb(49,70,124); }

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

<style>
 a { background-color: #31467C; }

 a { background-color: rgb(49,70,124); }

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

<style>
 span { border-color: #31467C; }

 span { border-color: rgb(49,70,124); }

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