#31466F

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

Shades of Resolution Blue #31466F

Tints of Resolution Blue #31466F

Color information

#31466F (or 0x31466F) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 6F. RGB value is (49,70,111). Sum of RGB (Red+Green+Blue) = 49+70+111=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #31466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466F is #CEB990. Grayscale: #444444. Windows color (decimal): -13547921 or 7292465. OLE color: 7292465.

HSL color Cylindrical-coordinate representation of color #31466F: hue angle of 219.68º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31466F is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4970111-
CMYK0.560.3700.56
HSL219.68º38.75%31.37%-
HSV(B)219.68º55.86%43.53%-
XYZ6.336.1815.9-
YUV68.4152.04114.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=21.30%
G=30.43%
B=48.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49701110.560.3700.56219.6838.7531.37
Hex31466F3825038dc271f
Octal6110615770450703344737
Binary1100011000110110111111100010010101110001101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31466F; }

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

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

<style>
 a { background-color: #31466F; }

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

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

<style>
 span { border-color: #31466F; }

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

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