Html Css Color HEX #314471 Resolution Blue

📋 copy color: '#314471'

red 49 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #314471

Tints of Resolution Blue #314471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 21.3%
G = 29.57%
B = 49.13%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314471 (or 0x314471) is known color: Resolution Blue. HEX triplet: 31, 44 and 71. RGB value is (49,68,113). Sum of RGB (Red+Green+Blue) = 49+68+113=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #314471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314471 is #CEBB8E. Grayscale: #434343. Windows color (decimal): -13548431 or 7423025. OLE color: 7423025.

HSL color Cylindrical-coordinate representation of color #314471: hue angle of 222.19º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314471 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 68 113 -
CMYK 0.57 0.40 0 0.56
HSL 222.19º 0.4% 0.32% -
HSV(B) 222.19º 0.57% 0.44% -
XYZ 6.31 5.98 16.44 -
YUV 67.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 49 68 113 0.57 0.40 0 0.56 222.19 0.4 0.32
Hex 31 44 71 39 28 0 38 DE 28 20
Octal 61 104 161 71 50 0 70 336 50 40
Binary 110001 1000100 1110001 111001 101000 0 111000 11011110 101000 100000

Color Harmonies of #314471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314471

Black with #314471

Text Example


Text Example

White with #314471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314471; }

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

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

background-color css

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

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

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

border-color css

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

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

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