Html Css Color HEX #314972 Resolution Blue

📋 copy color: '#314972'

red 49 ◦ green 73 ◦ blue 114

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

Shades of Resolution Blue #314972

Tints of Resolution Blue #314972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

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

R = 20.76%
G = 30.93%
B = 48.31%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314972 (or 0x314972) is known color: Resolution Blue. HEX triplet: 31, 49 and 72. RGB value is (49,73,114). Sum of RGB (Red+Green+Blue) = 49+73+114=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #314972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314972 is #CEB68D. Grayscale: #464646. Windows color (decimal): -13547150 or 7489841. OLE color: 7489841.

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

Color convert

RGB 49 73 114 -
CMYK 0.57 0.36 0 0.55
HSL 217.85º 0.4% 0.32% -
HSV(B) 217.85º 0.57% 0.45% -
XYZ 6.69 6.63 16.85 -
YUV 70.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 49 73 114 0.57 0.36 0 0.55 217.85 0.4 0.32
Hex 31 49 72 39 24 0 37 DA 28 20
Octal 61 111 162 71 44 0 67 332 50 40
Binary 110001 1001001 1110010 111001 100100 0 110111 11011010 101000 100000

Color Harmonies of #314972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314972

Black with #314972

Text Example


Text Example

White with #314972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314972; }

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

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

background-color css

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

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

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

border-color css

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

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

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