Html Css Color HEX #31466D Resolution Blue

📋 copy color: '#31466D'

red 49 ◦ green 70 ◦ blue 109

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

Shades of Resolution Blue #31466D

Tints of Resolution Blue #31466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 21.49%
G = 30.7%
B = 47.81%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31466D (or 0x31466D) is known color: Resolution Blue. HEX triplet: 31, 46 and 6D. RGB value is (49,70,109). Sum of RGB (Red+Green+Blue) = 49+70+109=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #31466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466D is #CEB992. Grayscale: #434343. Windows color (decimal): -13547923 or 7161393. OLE color: 7161393.

HSL color Cylindrical-coordinate representation of color #31466D: hue angle of 219º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31466D is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 70 109 -
CMYK 0.55 0.36 0 0.57
HSL 219º 0.38% 0.31% -
HSV(B) 219º 0.55% 0.43% -
XYZ 6.22 6.14 15.32 -
YUV 68.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 49 70 109 0.55 0.36 0 0.57 219 0.38 0.31
Hex 31 46 6D 37 24 0 39 DB 26 1F
Octal 61 106 155 67 44 0 71 333 46 37
Binary 110001 1000110 1101101 110111 100100 0 111001 11011011 100110 11111

Color Harmonies of #31466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31466D

Black with #31466D

Text Example


Text Example

White with #31466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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