Html Css Color HEX #31467C Resolution Blue

📋 copy color: '#31467C'

red 49 ◦ green 70 ◦ blue 124

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

Shades of Resolution Blue #31467C

Tints of Resolution Blue #31467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 20.16%
G = 28.81%
B = 51.03%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31467C (or 0x31467C) is known color: Resolution Blue. HEX triplet: 31, 46 and 7C. RGB value is (49,70,124). Sum of RGB (Red+Green+Blue) = 49+70+124=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #31467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31467C is #CEB983. Grayscale: #454545. Windows color (decimal): -13547908 or 8144433. OLE color: 8144433.

HSL color Cylindrical-coordinate representation of color #31467C: hue angle of 223.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31467C is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 70 124 -
CMYK 0.60 0.44 0 0.51
HSL 223.2º 0.43% 0.34% -
HSV(B) 223.2º 0.6% 0.49% -
XYZ 7.09 6.49 19.95 -
YUV 69.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 49 70 124 0.60 0.44 0 0.51 223.2 0.43 0.34
Hex 31 46 7C 3C 2C 0 33 DF 2B 22
Octal 61 106 174 74 54 0 63 337 53 42
Binary 110001 1000110 1111100 111100 101100 0 110011 11011111 101011 100010

Color Harmonies of #31467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31467C

Black with #31467C

Text Example


Text Example

White with #31467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31467C; }

 p { color: rgb(49,70,124); }

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

background-color css

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

 a { background-color: rgb(49,70,124); }

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

border-color css

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

 span { border-color: rgb(49,70,124); }

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