Html Css Color HEX #313E6D Resolution Blue

📋 copy color: '#313E6D'

red 49 ◦ green 62 ◦ blue 109

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

Shades of Resolution Blue #313E6D

Tints of Resolution Blue #313E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.18%

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

R = 22.27%
G = 28.18%
B = 49.55%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#313E6D (or 0x313E6D) is known color: Resolution Blue. HEX triplet: 31, 3E and 6D. RGB value is (49,62,109). Sum of RGB (Red+Green+Blue) = 49+62+109=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #313E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E6D is #CEC192. Grayscale: #3F3F3F. Windows color (decimal): -13549971 or 7159345. OLE color: 7159345.

HSL color Cylindrical-coordinate representation of color #313E6D: hue angle of 227º 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 #313E6D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 62 109 -
CMYK 0.55 0.43 0 0.57
HSL 227º 0.38% 0.31% -
HSV(B) 227º 0.55% 0.43% -
XYZ 5.75 5.2 15.17 -
YUV 63.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 49 62 109 0.55 0.43 0 0.57 227 0.38 0.31
Hex 31 3E 6D 37 2B 0 39 E3 26 1F
Octal 61 76 155 67 53 0 71 343 46 37
Binary 110001 111110 1101101 110111 101011 0 111001 11100011 100110 11111

Color Harmonies of #313E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E6D

Black with #313E6D

Text Example


Text Example

White with #313E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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