Html Css Color HEX #314679 Resolution Blue

📋 copy color: '#314679'

red 49 ◦ green 70 ◦ blue 121

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

Shades of Resolution Blue #314679

Tints of Resolution Blue #314679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 20.42%
G = 29.17%
B = 50.42%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314679 (or 0x314679) is known color: Resolution Blue. HEX triplet: 31, 46 and 79. RGB value is (49,70,121). Sum of RGB (Red+Green+Blue) = 49+70+121=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #314679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314679 is #CEB986. Grayscale: #454545. Windows color (decimal): -13547911 or 7947825. OLE color: 7947825.

HSL color Cylindrical-coordinate representation of color #314679: hue angle of 222.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314679 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 70 121 -
CMYK 0.60 0.42 0 0.53
HSL 222.5º 0.42% 0.33% -
HSV(B) 222.5º 0.6% 0.47% -
XYZ 6.91 6.41 18.96 -
YUV 69.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 49 70 121 0.60 0.42 0 0.53 222.5 0.42 0.33
Hex 31 46 79 3C 2A 0 35 DE 2A 21
Octal 61 106 171 74 52 0 65 336 52 41
Binary 110001 1000110 1111001 111100 101010 0 110101 11011110 101010 100001

Color Harmonies of #314679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314679

Black with #314679

Text Example


Text Example

White with #314679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314679; }

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

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

background-color css

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

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

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

border-color css

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

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

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