Html Css Color HEX #314772 Resolution Blue

📋 copy color: '#314772'

red 49 ◦ green 71 ◦ blue 114

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

Shades of Resolution Blue #314772

Tints of Resolution Blue #314772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 20.94%
G = 30.34%
B = 48.72%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314772 (or 0x314772) is known color: Resolution Blue. HEX triplet: 31, 47 and 72. RGB value is (49,71,114). Sum of RGB (Red+Green+Blue) = 49+71+114=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #314772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314772 is #CEB88D. Grayscale: #454545. Windows color (decimal): -13547662 or 7489329. OLE color: 7489329.

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

Color convert

RGB 49 71 114 -
CMYK 0.57 0.38 0 0.55
HSL 219.69º 0.4% 0.32% -
HSV(B) 219.69º 0.57% 0.45% -
XYZ 6.56 6.37 16.8 -
YUV 69.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 49 71 114 0.57 0.38 0 0.55 219.69 0.4 0.32
Hex 31 47 72 39 26 0 37 DC 28 20
Octal 61 107 162 71 46 0 67 334 50 40
Binary 110001 1000111 1110010 111001 100110 0 110111 11011100 101000 100000

Color Harmonies of #314772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314772

Black with #314772

Text Example


Text Example

White with #314772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314772; }

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

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

background-color css

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

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

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

border-color css

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

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

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