Html Css Color HEX #313D72 Resolution Blue

📋 copy color: '#313D72'

red 49 ◦ green 61 ◦ blue 114

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

Shades of Resolution Blue #313D72

Tints of Resolution Blue #313D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 21.88%
G = 27.23%
B = 50.89%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313D72 (or 0x313D72) is known color: Resolution Blue. HEX triplet: 31, 3D and 72. RGB value is (49,61,114). Sum of RGB (Red+Green+Blue) = 49+61+114=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #313D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D72 is #CEC28D. Grayscale: #3F3F3F. Windows color (decimal): -13550222 or 7486769. OLE color: 7486769.

HSL color Cylindrical-coordinate representation of color #313D72: hue angle of 228.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313D72 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 61 114 -
CMYK 0.57 0.46 0 0.55
HSL 228.92º 0.4% 0.32% -
HSV(B) 228.92º 0.57% 0.45% -
XYZ 5.97 5.21 16.61 -
YUV 63.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 49 61 114 0.57 0.46 0 0.55 228.92 0.4 0.32
Hex 31 3D 72 39 2E 0 37 E5 28 20
Octal 61 75 162 71 56 0 67 345 50 40
Binary 110001 111101 1110010 111001 101110 0 110111 11100101 101000 100000

Color Harmonies of #313D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D72

Black with #313D72

Text Example


Text Example

White with #313D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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