Html Css Color HEX #313F73 Resolution Blue

📋 copy color: '#313F73'

red 49 ◦ green 63 ◦ blue 115

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

Shades of Resolution Blue #313F73

Tints of Resolution Blue #313F73

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 21.59%
G = 27.75%
B = 50.66%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313F73 (or 0x313F73) is known color: Resolution Blue. HEX triplet: 31, 3F and 73. RGB value is (49,63,115). Sum of RGB (Red+Green+Blue) = 49+63+115=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #313F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F73 is #CEC08C. Grayscale: #404040. Windows color (decimal): -13549709 or 7552817. OLE color: 7552817.

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

Color convert

RGB 49 63 115 -
CMYK 0.57 0.45 0 0.55
HSL 227.27º 0.4% 0.32% -
HSV(B) 227.27º 0.57% 0.45% -
XYZ 6.14 5.45 16.95 -
YUV 64.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 49 63 115 0.57 0.45 0 0.55 227.27 0.4 0.32
Hex 31 3F 73 39 2D 0 37 E3 28 20
Octal 61 77 163 71 55 0 67 343 50 40
Binary 110001 111111 1110011 111001 101101 0 110111 11100011 101000 100000

Color Harmonies of #313F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F73

Black with #313F73

Text Example


Text Example

White with #313F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F73; }

 p { color: rgb(49,63,115); }

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

background-color css

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

 a { background-color: rgb(49,63,115); }

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

border-color css

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

 span { border-color: rgb(49,63,115); }

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