#31447F

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

Shades of Resolution Blue #31447F

Tints of Resolution Blue #31447F

Color information

#31447F (or 0x31447F) is unknown color: approx Resolution Blue. HEX triplet: 31, 44 and 7F. RGB value is (49,68,127). Sum of RGB (Red+Green+Blue) = 49+68+127=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #31447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31447F is #CEBB80. Grayscale: #444444. Windows color (decimal): -13548417 or 8340529. OLE color: 8340529.

HSL color Cylindrical-coordinate representation of color #31447F: hue angle of 225.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31447F is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4968127-
CMYK0.610.4600.50
HSL225.38º44.32%34.51%-
HSV(B)225.38º61.42%49.8%-
XYZ7.166.3220.92-
YUV69.04160.71113.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 127 (50% from 255) = 52.05%
R=20.08%
G=27.87%
B=52.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49681270.610.4600.50225.3844.3234.51
Hex31447F3D2E032e12c23
Octal6110417775560623415443
Binary11000110001001111111111101101110011001011100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,68,127); }

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

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

 a { background-color: rgb(49,68,127); }

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

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

 span { border-color: rgb(49,68,127); }

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