Html Css Color HEX #313D76 Resolution Blue

📋 copy color: '#313D76'

red 49 ◦ green 61 ◦ blue 118

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

Shades of Resolution Blue #313D76

Tints of Resolution Blue #313D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 21.49%
G = 26.75%
B = 51.75%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313D76 (or 0x313D76) is known color: Resolution Blue. HEX triplet: 31, 3D and 76. RGB value is (49,61,118). Sum of RGB (Red+Green+Blue) = 49+61+118=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #313D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D76 is #CEC289. Grayscale: #3F3F3F. Windows color (decimal): -13550218 or 7748913. OLE color: 7748913.

HSL color Cylindrical-coordinate representation of color #313D76: hue angle of 229.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313D76 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 61 118 -
CMYK 0.58 0.48 0 0.54
HSL 229.57º 0.41% 0.33% -
HSV(B) 229.57º 0.58% 0.46% -
XYZ 6.21 5.3 17.84 -
YUV 63.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 49 61 118 0.58 0.48 0 0.54 229.57 0.41 0.33
Hex 31 3D 76 3A 30 0 36 E6 29 21
Octal 61 75 166 72 60 0 66 346 51 41
Binary 110001 111101 1110110 111010 110000 0 110110 11100110 101001 100001

Color Harmonies of #313D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D76

Black with #313D76

Text Example


Text Example

White with #313D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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