#314576

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

Shades of Resolution Blue #314576

Tints of Resolution Blue #314576

Color information

#314576 (or 0x314576) is unknown color: approx Resolution Blue. HEX triplet: 31, 45 and 76. RGB value is (49,69,118). Sum of RGB (Red+Green+Blue) = 49+69+118=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #314576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314576 is #CEBA89. Grayscale: #444444. Windows color (decimal): -13548170 or 7750961. OLE color: 7750961.

HSL color Cylindrical-coordinate representation of color #314576: hue angle of 222.61º 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 #314576 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4969118-
CMYK0.580.4200.54
HSL222.61º41.32%32.75%-
HSV(B)222.61º58.47%46.27%-
XYZ6.666.2217.99-
YUV68.61155.87114.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 118 (46.48% from 255) = 50%
R=20.76%
G=29.24%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49691180.580.4200.54222.6141.3232.75
Hex3145763A2A036df2921
Octal6110516672520663375141
Binary11000110001011110110111010101010011011011011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314576; }

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

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

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

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

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

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

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

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