#314970

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

Shades of Resolution Blue #314970

Tints of Resolution Blue #314970

Color information

#314970 (or 0x314970) is unknown color: approx Resolution Blue. HEX triplet: 31, 49 and 70. RGB value is (49,73,112). Sum of RGB (Red+Green+Blue) = 49+73+112=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #314970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314970 is #CEB68F. Grayscale: #464646. Windows color (decimal): -13547152 or 7358769. OLE color: 7358769.

HSL color Cylindrical-coordinate representation of color #314970: hue angle of 217.14º 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 #314970 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4973112-
CMYK0.560.3500.56
HSL217.14º39.13%31.57%-
HSV(B)217.14º56.25%43.92%-
XYZ6.576.5916.25-
YUV70.27151.55112.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=20.94%
G=31.20%
B=47.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49731120.560.3500.56217.1439.1331.57
Hex3149703823038d92720
Octal6111116070430703314740
Binary11000110010011110000111000100011011100011011001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314970; }

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

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

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

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

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

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

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

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