Html Css Color HEX #313B6D Resolution Blue

📋 copy color: '#313B6D'

red 49 ◦ green 59 ◦ blue 109

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

Shades of Resolution Blue #313B6D

Tints of Resolution Blue #313B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

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

R = 22.58%
G = 27.19%
B = 50.23%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#313B6D (or 0x313B6D) is known color: Resolution Blue. HEX triplet: 31, 3B and 6D. RGB value is (49,59,109). Sum of RGB (Red+Green+Blue) = 49+59+109=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #313B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B6D is #CEC492. Grayscale: #3D3D3D. Windows color (decimal): -13550739 or 7158577. OLE color: 7158577.

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

Color convert

RGB 49 59 109 -
CMYK 0.55 0.46 0 0.57
HSL 230º 0.38% 0.31% -
HSV(B) 230º 0.55% 0.43% -
XYZ 5.59 4.89 15.12 -
YUV 61.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 49 59 109 0.55 0.46 0 0.57 230 0.38 0.31
Hex 31 3B 6D 37 2E 0 39 E6 26 1F
Octal 61 73 155 67 56 0 71 346 46 37
Binary 110001 111011 1101101 110111 101110 0 111001 11100110 100110 11111

Color Harmonies of #313B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B6D

Black with #313B6D

Text Example


Text Example

White with #313B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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