Html Css Color HEX #313C76 Resolution Blue

📋 copy color: '#313C76'

red 49 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #313C76

Tints of Resolution Blue #313C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.43%

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

R = 21.59%
G = 26.43%
B = 51.98%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313C76 (or 0x313C76) is known color: Resolution Blue. HEX triplet: 31, 3C and 76. RGB value is (49,60,118). Sum of RGB (Red+Green+Blue) = 49+60+118=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #313C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C76 is #CEC389. Grayscale: #3F3F3F. Windows color (decimal): -13550474 or 7748657. OLE color: 7748657.

HSL color Cylindrical-coordinate representation of color #313C76: hue angle of 230.43º 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 #313C76 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 60 118 -
CMYK 0.58 0.49 0 0.54
HSL 230.43º 0.41% 0.33% -
HSV(B) 230.43º 0.58% 0.46% -
XYZ 6.15 5.19 17.82 -
YUV 63.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 49 60 118 0.58 0.49 0 0.54 230.43 0.41 0.33
Hex 31 3C 76 3A 31 0 36 E6 29 21
Octal 61 74 166 72 61 0 66 346 51 41
Binary 110001 111100 1110110 111010 110001 0 110110 11100110 101001 100001

Color Harmonies of #313C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C76

Black with #313C76

Text Example


Text Example

White with #313C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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