#31457D

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

Shades of Resolution Blue #31457D

Tints of Resolution Blue #31457D

Color information

#31457D (or 0x31457D) is unknown color: approx Resolution Blue. HEX triplet: 31, 45 and 7D. RGB value is (49,69,125). Sum of RGB (Red+Green+Blue) = 49+69+125=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #31457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31457D is #CEBA82. Grayscale: #454545. Windows color (decimal): -13548163 or 8209713. OLE color: 8209713.

HSL color Cylindrical-coordinate representation of color #31457D: hue angle of 224.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31457D is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4969125-
CMYK0.610.4500.51
HSL224.21º43.68%34.12%-
HSV(B)224.21º60.8%49.02%-
XYZ7.16.3920.26-
YUV69.4159.37113.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=20.16%
G=28.40%
B=51.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49691250.610.4500.51224.2143.6834.12
Hex31457D3D2D033e02c22
Octal6110517575550633405442
Binary11000110001011111101111101101101011001111100000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31457D; }

 p { color: rgb(49,69,125); }

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

<style>
 a { background-color: #31457D; }

 a { background-color: rgb(49,69,125); }

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

<style>
 span { border-color: #31457D; }

 span { border-color: rgb(49,69,125); }

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