Html Css Color HEX #314771 Resolution Blue

📋 copy color: '#314771'

red 49 ◦ green 71 ◦ blue 113

#314771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #314771

Tints of Resolution Blue #314771

RGB

 RED value IS 49 (19.53% from 255) = 21.03%

 GREEN value IS 71 (28.13% from 255) = 30.47%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 21.03%
G = 30.47%
B = 48.5%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314771 (or 0x314771) is known color: Resolution Blue. HEX triplet: 31, 47 and 71. RGB value is (49,71,113). Sum of RGB (Red+Green+Blue) = 49+71+113=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #314771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314771 is #CEB88E. Grayscale: #454545. Windows color (decimal): -13547663 or 7423793. OLE color: 7423793.

HSL color Cylindrical-coordinate representation of color #314771: hue angle of 219.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314771 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 71 113 -
CMYK 0.57 0.37 0 0.56
HSL 219.38º 0.4% 0.32% -
HSV(B) 219.38º 0.57% 0.44% -
XYZ 6.5 6.35 16.51 -
YUV 69.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 49 71 113 0.57 0.37 0 0.56 219.38 0.4 0.32
Hex 31 47 71 39 25 0 38 DB 28 20
Octal 61 107 161 71 45 0 70 333 50 40
Binary 110001 1000111 1110001 111001 100101 0 111000 11011011 101000 100000

Color Harmonies of #314771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314771

Black with #314771

Text Example


Text Example

White with #314771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314771; }

 p { color: rgb(49,71,113); }

 H1.HeaderClassName
 {
   color: #314771;
 }
 .AnyTagClassName
 {
   color: #314771;
 }
</style>

background-color css

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

 a { background-color: rgb(49,71,113); }

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

border-color css

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

 span { border-color: rgb(49,71,113); }

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