#313D72

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

Shades of Resolution Blue #313D72

Tints of Resolution Blue #313D72

Color information

#313D72 (or 0x313D72) is unknown color: approx Resolution Blue. HEX triplet: 31, 3D and 72. RGB value is (49,61,114). Sum of RGB (Red+Green+Blue) = 49+61+114=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #313D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D72 is #CEC28D. Grayscale: #3F3F3F. Windows color (decimal): -13550222 or 7486769. OLE color: 7486769.

HSL color Cylindrical-coordinate representation of color #313D72: hue angle of 228.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313D72 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4961114-
CMYK0.570.4600.55
HSL228.92º39.88%31.96%-
HSV(B)228.92º57.02%44.71%-
XYZ5.975.2116.61-
YUV63.45156.52117.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=21.88%
G=27.23%
B=50.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49611140.570.4600.55228.9239.8831.96
Hex313D72392E037e52820
Octal617516271560673455040
Binary1100011111011110010111001101110011011111100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313D72; }

 p { color: rgb(49,61,114); }

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

<style>
 a { background-color: #313D72; }

 a { background-color: rgb(49,61,114); }

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

<style>
 span { border-color: #313D72; }

 span { border-color: rgb(49,61,114); }

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