Html Css Color HEX #314479 Resolution Blue

📋 copy color: '#314479'

red 49 ◦ green 68 ◦ blue 121

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

Shades of Resolution Blue #314479

Tints of Resolution Blue #314479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 20.59%
G = 28.57%
B = 50.84%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314479 (or 0x314479) is known color: Resolution Blue. HEX triplet: 31, 44 and 79. RGB value is (49,68,121). Sum of RGB (Red+Green+Blue) = 49+68+121=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #314479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314479 is #CEBB86. Grayscale: #444444. Windows color (decimal): -13548423 or 7947313. OLE color: 7947313.

HSL color Cylindrical-coordinate representation of color #314479: hue angle of 224.17º 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 #314479 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 68 121 -
CMYK 0.60 0.44 0 0.53
HSL 224.17º 0.42% 0.33% -
HSV(B) 224.17º 0.6% 0.47% -
XYZ 6.78 6.17 18.92 -
YUV 68.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 49 68 121 0.60 0.44 0 0.53 224.17 0.42 0.33
Hex 31 44 79 3C 2C 0 35 E0 2A 21
Octal 61 104 171 74 54 0 65 340 52 41
Binary 110001 1000100 1111001 111100 101100 0 110101 11100000 101010 100001

Color Harmonies of #314479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314479

Black with #314479

Text Example


Text Example

White with #314479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314479; }

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

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

background-color css

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

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

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

border-color css

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

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

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