#314374

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

Shades of Resolution Blue #314374

Tints of Resolution Blue #314374

Color information

#314374 (or 0x314374) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 74. RGB value is (49,67,116). Sum of RGB (Red+Green+Blue) = 49+67+116=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #314374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314374 is #CEBC8B. Grayscale: #424242. Windows color (decimal): -13548684 or 7619377. OLE color: 7619377.

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

Color convert

RGB4967116-
CMYK0.580.4200.55
HSL223.88º40.61%32.35%-
HSV(B)223.88º57.76%45.49%-
XYZ6.435.9317.33-
YUV67.2155.54115.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 116 (45.70% from 255) = 50%
R=21.12%
G=28.88%
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.55
SystemRedGreenBlueCMYKHSL
Decimal49671160.580.4200.55223.8840.6132.35
Hex3143743A2A037e02920
Octal6110316472520673405140
Binary11000110000111110100111010101010011011111100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314374; }

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

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

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

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

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

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

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

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