#314176

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

Shades of Resolution Blue #314176

Tints of Resolution Blue #314176

Color information

#314176 (or 0x314176) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 76. RGB value is (49,65,118). Sum of RGB (Red+Green+Blue) = 49+65+118=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #314176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314176 is #CEBE89. Grayscale: #424242. Windows color (decimal): -13549194 or 7749937. OLE color: 7749937.

HSL color Cylindrical-coordinate representation of color #314176: hue angle of 226.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314176 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4965118-
CMYK0.580.4500.54
HSL226.09º41.32%32.75%-
HSV(B)226.09º58.47%46.27%-
XYZ6.435.7417.91-
YUV66.26157.2115.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=21.12%
G=28.02%
B=50.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49651180.580.4500.54226.0941.3232.75
Hex3141763A2D036e22921
Octal6110116672550663425141
Binary11000110000011110110111010101101011011011100010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314176; }

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

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

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

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

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

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

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

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