Html Css Color HEX #314970 Resolution Blue

📋 copy color: '#314970'

red 49 ◦ green 73 ◦ blue 112

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

Shades of Resolution Blue #314970

Tints of Resolution Blue #314970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 20.94%
G = 31.2%
B = 47.86%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314970 (or 0x314970) is known color: Resolution Blue. HEX triplet: 31, 49 and 70. RGB value is (49,73,112). Sum of RGB (Red+Green+Blue) = 49+73+112=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #314970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314970 is #CEB68F. Grayscale: #464646. Windows color (decimal): -13547152 or 7358769. OLE color: 7358769.

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

Color convert

RGB 49 73 112 -
CMYK 0.56 0.35 0 0.56
HSL 217.14º 0.39% 0.32% -
HSV(B) 217.14º 0.56% 0.44% -
XYZ 6.57 6.59 16.25 -
YUV 70.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 49 73 112 0.56 0.35 0 0.56 217.14 0.39 0.32
Hex 31 49 70 38 23 0 38 D9 27 20
Octal 61 111 160 70 43 0 70 331 47 40
Binary 110001 1001001 1110000 111000 100011 0 111000 11011001 100111 100000

Color Harmonies of #314970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314970

Black with #314970

Text Example


Text Example

White with #314970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314970; }

 p { color: rgb(49,73,112); }

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

background-color css

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

 a { background-color: rgb(49,73,112); }

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

border-color css

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

 span { border-color: rgb(49,73,112); }

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