#314377

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

Shades of Resolution Blue #314377

Tints of Resolution Blue #314377

Color information

#314377 (or 0x314377) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 77. RGB value is (49,67,119). Sum of RGB (Red+Green+Blue) = 49+67+119=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #314377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314377 is #CEBC88. Grayscale: #434343. Windows color (decimal): -13548681 or 7815985. OLE color: 7815985.

HSL color Cylindrical-coordinate representation of color #314377: hue angle of 224.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314377 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4967119-
CMYK0.590.4400.53
HSL224.57º41.67%32.94%-
HSV(B)224.57º58.82%46.67%-
XYZ6.6618.26-
YUV67.55157.04114.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=20.85%
G=28.51%
B=50.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49671190.590.4400.53224.5741.6732.94
Hex3143773B2C035e12a21
Octal6110316773540653415241
Binary11000110000111110111111011101100011010111100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314377; }

 p { color: rgb(49,67,119); }

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

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

 a { background-color: rgb(49,67,119); }

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

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

 span { border-color: rgb(49,67,119); }

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