#314181

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

Shades of Resolution Blue #314181

Tints of Resolution Blue #314181

Color information

#314181 (or 0x314181) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 81. RGB value is (49,65,129). Sum of RGB (Red+Green+Blue) = 49+65+129=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #314181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314181 is #CEBE7E. Grayscale: #434343. Windows color (decimal): -13549183 or 8470833. OLE color: 8470833.

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

Color convert

RGB4965129-
CMYK0.620.5000.49
HSL228º44.94%34.9%-
HSV(B)228º62.02%50.59%-
XYZ7.126.0221.56-
YUV67.51162.7114.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=20.16%
G=26.75%
B=53.09%

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
Decimal49651290.620.5000.4922844.9434.9
Hex3141813E32031e42d23
Octal6110120176620613445543
Binary110001100000110000001111110110010011000111100100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314181; }

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

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

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

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

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

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

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

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