#314070

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

Shades of Resolution Blue #314070

Tints of Resolution Blue #314070

Color information

#314070 (or 0x314070) is unknown color: approx Resolution Blue. HEX triplet: 31, 40 and 70. RGB value is (49,64,112). Sum of RGB (Red+Green+Blue) = 49+64+112=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #314070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314070 is #CEBF8F. Grayscale: #404040. Windows color (decimal): -13549456 or 7356465. OLE color: 7356465.

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

Color convert

RGB4964112-
CMYK0.560.4300.56
HSL225.71º39.13%31.57%-
HSV(B)225.71º56.25%43.92%-
XYZ6.025.4916.07-
YUV64.99154.53116.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=21.78%
G=28.44%
B=49.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49641120.560.4300.56225.7139.1331.57
Hex314070382B038e22720
Octal6110016070530703424740
Binary11000110000001110000111000101011011100011100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314070; }

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

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

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

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

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

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

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

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