#314081

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

Shades of Resolution Blue #314081

Tints of Resolution Blue #314081

Color information

#314081 (or 0x314081) is unknown color: approx Resolution Blue. HEX triplet: 31, 40 and 81. RGB value is (49,64,129). Sum of RGB (Red+Green+Blue) = 49+64+129=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #314081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314081 is #CEBF7E. Grayscale: #424242. Windows color (decimal): -13549439 or 8470577. OLE color: 8470577.

HSL color Cylindrical-coordinate representation of color #314081: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314081 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4964129-
CMYK0.620.5000.49
HSL228.75º44.94%34.9%-
HSV(B)228.75º62.02%50.59%-
XYZ7.065.921.54-
YUV66.92163.03115.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 129 (50.78% from 255) = 53.31%
R=20.25%
G=26.45%
B=53.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49641290.620.5000.49228.7544.9434.9
Hex3140813E32031e52d23
Octal6110020176620613455543
Binary110001100000010000001111110110010011000111100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314081; }

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

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

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

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

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

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

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

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