Html Css Color HEX #314277 Resolution Blue

📋 copy color: '#314277'

red 49 ◦ green 66 ◦ blue 119

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

Shades of Resolution Blue #314277

Tints of Resolution Blue #314277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 20.94%
G = 28.21%
B = 50.85%

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

#314277 (or 0x314277) is known color: Resolution Blue. HEX triplet: 31, 42 and 77. RGB value is (49,66,119). Sum of RGB (Red+Green+Blue) = 49+66+119=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #314277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314277 is #CEBD88. Grayscale: #424242. Windows color (decimal): -13548937 or 7815729. OLE color: 7815729.

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

Color convert

RGB 49 66 119 -
CMYK 0.59 0.45 0 0.53
HSL 225.43º 0.42% 0.33% -
HSV(B) 225.43º 0.59% 0.47% -
XYZ 6.54 5.88 18.24 -
YUV 66.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 49 66 119 0.59 0.45 0 0.53 225.43 0.42 0.33
Hex 31 42 77 3B 2D 0 35 E1 2A 21
Octal 61 102 167 73 55 0 65 341 52 41
Binary 110001 1000010 1110111 111011 101101 0 110101 11100001 101010 100001

Color Harmonies of #314277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314277

Black with #314277

Text Example


Text Example

White with #314277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314277; }

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

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

background-color css

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

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

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

border-color css

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

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

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