Html Css Color HEX #314873 Resolution Blue

📋 copy color: '#314873'

red 49 ◦ green 72 ◦ blue 115

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

Shades of Resolution Blue #314873

Tints of Resolution Blue #314873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 20.76%
G = 30.51%
B = 48.73%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314873 (or 0x314873) is known color: Resolution Blue. HEX triplet: 31, 48 and 73. RGB value is (49,72,115). Sum of RGB (Red+Green+Blue) = 49+72+115=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #314873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314873 is #CEB78C. Grayscale: #454545. Windows color (decimal): -13547405 or 7555121. OLE color: 7555121.

HSL color Cylindrical-coordinate representation of color #314873: hue angle of 219.09º 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 #314873 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 72 115 -
CMYK 0.57 0.37 0 0.55
HSL 219.09º 0.4% 0.32% -
HSV(B) 219.09º 0.57% 0.45% -
XYZ 6.68 6.53 17.13 -
YUV 70.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 49 72 115 0.57 0.37 0 0.55 219.09 0.4 0.32
Hex 31 48 73 39 25 0 37 DB 28 20
Octal 61 110 163 71 45 0 67 333 50 40
Binary 110001 1001000 1110011 111001 100101 0 110111 11011011 101000 100000

Color Harmonies of #314873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314873

Black with #314873

Text Example


Text Example

White with #314873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314873; }

 p { color: rgb(49,72,115); }

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

background-color css

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

 a { background-color: rgb(49,72,115); }

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

border-color css

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

 span { border-color: rgb(49,72,115); }

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