Html Css Color HEX #313D6F Resolution Blue

📋 copy color: '#313D6F'

red 49 ◦ green 61 ◦ blue 111

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

Shades of Resolution Blue #313D6F

Tints of Resolution Blue #313D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 22.17%
G = 27.6%
B = 50.23%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313D6F (or 0x313D6F) is known color: Resolution Blue. HEX triplet: 31, 3D and 6F. RGB value is (49,61,111). Sum of RGB (Red+Green+Blue) = 49+61+111=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #313D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D6F is #CEC290. Grayscale: #3E3E3E. Windows color (decimal): -13550225 or 7290161. OLE color: 7290161.

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

Color convert

RGB 49 61 111 -
CMYK 0.56 0.45 0 0.56
HSL 228.39º 0.39% 0.31% -
HSV(B) 228.39º 0.56% 0.44% -
XYZ 5.8 5.14 15.72 -
YUV 63.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 49 61 111 0.56 0.45 0 0.56 228.39 0.39 0.31
Hex 31 3D 6F 38 2D 0 38 E4 27 1F
Octal 61 75 157 70 55 0 70 344 47 37
Binary 110001 111101 1101111 111000 101101 0 111000 11100100 100111 11111

Color Harmonies of #313D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D6F

Black with #313D6F

Text Example


Text Example

White with #313D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,111); }

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

background-color css

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

 a { background-color: rgb(49,61,111); }

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

border-color css

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

 span { border-color: rgb(49,61,111); }

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