Html Css Color HEX #314573 Resolution Blue

📋 copy color: '#314573'

red 49 ◦ green 69 ◦ blue 115

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

Shades of Resolution Blue #314573

Tints of Resolution Blue #314573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

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

R = 21.03%
G = 29.61%
B = 49.36%

CMYK

 C value IS 0.57

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314573 (or 0x314573) is known color: Resolution Blue. HEX triplet: 31, 45 and 73. RGB value is (49,69,115). Sum of RGB (Red+Green+Blue) = 49+69+115=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #314573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314573 is #CEBA8C. Grayscale: #444444. Windows color (decimal): -13548173 or 7554353. OLE color: 7554353.

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

Color convert

RGB 49 69 115 -
CMYK 0.57 0.4 0 0.55
HSL 221.82º 0.4% 0.32% -
HSV(B) 221.82º 0.57% 0.45% -
XYZ 6.49 6.15 17.06 -
YUV 68.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 49 69 115 0.57 0.4 0 0.55 221.82 0.4 0.32
Hex 31 45 73 39 28 0 37 DE 28 20
Octal 61 105 163 71 50 0 67 336 50 40
Binary 110001 1000101 1110011 111001 101000 0 110111 11011110 101000 100000

Color Harmonies of #314573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314573

Black with #314573

Text Example


Text Example

White with #314573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314573; }

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

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

background-color css

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

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

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

border-color css

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

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

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