Html Css Color HEX #314177 Resolution Blue

📋 copy color: '#314177'

red 49 ◦ green 65 ◦ blue 119

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

Shades of Resolution Blue #314177

Tints of Resolution Blue #314177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 21.03%
G = 27.9%
B = 51.07%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314177 (or 0x314177) is known color: Resolution Blue. HEX triplet: 31, 41 and 77. RGB value is (49,65,119). Sum of RGB (Red+Green+Blue) = 49+65+119=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #314177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314177 is #CEBE88. Grayscale: #424242. Windows color (decimal): -13549193 or 7815473. OLE color: 7815473.

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

Color convert

RGB 49 65 119 -
CMYK 0.59 0.45 0 0.53
HSL 226.29º 0.42% 0.33% -
HSV(B) 226.29º 0.59% 0.47% -
XYZ 6.49 5.77 18.22 -
YUV 66.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 49 65 119 0.59 0.45 0 0.53 226.29 0.42 0.33
Hex 31 41 77 3B 2D 0 35 E2 2A 21
Octal 61 101 167 73 55 0 65 342 52 41
Binary 110001 1000001 1110111 111011 101101 0 110101 11100010 101010 100001

Color Harmonies of #314177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314177

Black with #314177

Text Example


Text Example

White with #314177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314177; }

 p { color: rgb(49,65,119); }

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

background-color css

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

 a { background-color: rgb(49,65,119); }

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

border-color css

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

 span { border-color: rgb(49,65,119); }

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