Html Css Color HEX #314673 Resolution Blue

📋 copy color: '#314673'

red 49 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #314673

Tints of Resolution Blue #314673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

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

R = 20.94%
G = 29.91%
B = 49.15%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314673 (or 0x314673) is known color: Resolution Blue. HEX triplet: 31, 46 and 73. RGB value is (49,70,115). Sum of RGB (Red+Green+Blue) = 49+70+115=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #314673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314673 is #CEB98C. Grayscale: #444444. Windows color (decimal): -13547917 or 7554609. OLE color: 7554609.

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

Color convert

RGB 49 70 115 -
CMYK 0.57 0.39 0 0.55
HSL 220.91º 0.4% 0.32% -
HSV(B) 220.91º 0.57% 0.45% -
XYZ 6.55 6.27 17.08 -
YUV 68.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 49 70 115 0.57 0.39 0 0.55 220.91 0.4 0.32
Hex 31 46 73 39 27 0 37 DD 28 20
Octal 61 106 163 71 47 0 67 335 50 40
Binary 110001 1000110 1110011 111001 100111 0 110111 11011101 101000 100000

Color Harmonies of #314673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314673

Black with #314673

Text Example


Text Example

White with #314673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314673; }

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

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

background-color css

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

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

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

border-color css

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

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

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