#314872

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

Shades of Resolution Blue #314872

Tints of Resolution Blue #314872

Color information

#314872 (or 0x314872) is unknown color: approx Resolution Blue. HEX triplet: 31, 48 and 72. RGB value is (49,72,114). Sum of RGB (Red+Green+Blue) = 49+72+114=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #314872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314872 is #CEB78D. Grayscale: #454545. Windows color (decimal): -13547406 or 7489585. OLE color: 7489585.

HSL color Cylindrical-coordinate representation of color #314872: hue angle of 218.77º 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 #314872 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4972114-
CMYK0.570.3700.55
HSL218.77º39.88%31.96%-
HSV(B)218.77º57.02%44.71%-
XYZ6.626.516.83-
YUV69.91152.88113.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=20.85%
G=30.64%
B=48.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49721140.570.3700.55218.7739.8831.96
Hex3148723925037db2820
Octal6111016271450673335040
Binary11000110010001110010111001100101011011111011011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314872; }

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

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

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

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

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

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

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

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