#314670

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

Shades of Resolution Blue #314670

Tints of Resolution Blue #314670

Color information

#314670 (or 0x314670) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 70. RGB value is (49,70,112). Sum of RGB (Red+Green+Blue) = 49+70+112=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #314670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314670 is #CEB98F. Grayscale: #444444. Windows color (decimal): -13547920 or 7358001. OLE color: 7358001.

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

Color convert

RGB4970112-
CMYK0.560.3800.56
HSL220º39.13%31.57%-
HSV(B)220º56.25%43.92%-
XYZ6.386.216.19-
YUV68.51152.54114.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=21.21%
G=30.30%
B=48.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49701120.560.3800.5622039.1331.57
Hex3146703826038dc2720
Octal6110616070460703344740
Binary11000110001101110000111000100110011100011011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314670; }

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

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

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

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

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

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

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

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