#31467B

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

Shades of Resolution Blue #31467B

Tints of Resolution Blue #31467B

Color information

#31467B (or 0x31467B) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 7B. RGB value is (49,70,123). Sum of RGB (Red+Green+Blue) = 49+70+123=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #31467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31467B is #CEB984. Grayscale: #454545. Windows color (decimal): -13547909 or 8078897. OLE color: 8078897.

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

Color convert

RGB4970123-
CMYK0.600.4300.52
HSL222.97º43.02%33.73%-
HSV(B)222.97º60.16%48.24%-
XYZ7.036.4619.62-
YUV69.76158.04113.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=20.25%
G=28.93%
B=50.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49701230.600.4300.52222.9743.0233.73
Hex31467B3C2B034df2b22
Octal6110617374530643375342
Binary11000110001101111011111100101011011010011011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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