Html Css Color HEX #313D7E Resolution Blue

📋 copy color: '#313D7E'

red 49 ◦ green 61 ◦ blue 126

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

Shades of Resolution Blue #313D7E

Tints of Resolution Blue #313D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 20.76%
G = 25.85%
B = 53.39%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#313D7E (or 0x313D7E) is known color: Resolution Blue. HEX triplet: 31, 3D and 7E. RGB value is (49,61,126). Sum of RGB (Red+Green+Blue) = 49+61+126=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #313D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D7E is #CEC281. Grayscale: #404040. Windows color (decimal): -13550210 or 8273201. OLE color: 8273201.

HSL color Cylindrical-coordinate representation of color #313D7E: hue angle of 230.65º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313D7E is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 61 126 -
CMYK 0.61 0.52 0 0.51
HSL 230.65º 0.44% 0.34% -
HSV(B) 230.65º 0.61% 0.49% -
XYZ 6.7 5.5 20.45 -
YUV 64.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 49 61 126 0.61 0.52 0 0.51 230.65 0.44 0.34
Hex 31 3D 7E 3D 34 0 33 E7 2C 22
Octal 61 75 176 75 64 0 63 347 54 42
Binary 110001 111101 1111110 111101 110100 0 110011 11100111 101100 100010

Color Harmonies of #313D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D7E

Black with #313D7E

Text Example


Text Example

White with #313D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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