#314481

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

Shades of Resolution Blue #314481

Tints of Resolution Blue #314481

Color information

#314481 (or 0x314481) is unknown color: approx Resolution Blue. HEX triplet: 31, 44 and 81. RGB value is (49,68,129). Sum of RGB (Red+Green+Blue) = 49+68+129=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #314481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314481 is #CEBB7E. Grayscale: #454545. Windows color (decimal): -13548415 or 8471601. OLE color: 8471601.

HSL color Cylindrical-coordinate representation of color #314481: hue angle of 225.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 #314481 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4968129-
CMYK0.620.4700.49
HSL225.75º44.94%34.9%-
HSV(B)225.75º62.02%50.59%-
XYZ7.36.3721.61-
YUV69.27161.71113.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=19.92%
G=27.64%
B=52.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49681290.620.4700.49225.7544.9434.9
Hex3144813E2F031e22d23
Octal6110420176570613425543
Binary110001100010010000001111110101111011000111100010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314481; }

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

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

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

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

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

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

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

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