Html Css Color HEX #313E76 Resolution Blue

📋 copy color: '#313E76'

red 49 ◦ green 62 ◦ blue 118

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

Shades of Resolution Blue #313E76

Tints of Resolution Blue #313E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 21.4%
G = 27.07%
B = 51.53%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313E76 (or 0x313E76) is known color: Resolution Blue. HEX triplet: 31, 3E and 76. RGB value is (49,62,118). Sum of RGB (Red+Green+Blue) = 49+62+118=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #313E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E76 is #CEC189. Grayscale: #404040. Windows color (decimal): -13549962 or 7749169. OLE color: 7749169.

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

Color convert

RGB 49 62 118 -
CMYK 0.58 0.47 0 0.54
HSL 228.7º 0.41% 0.33% -
HSV(B) 228.7º 0.58% 0.46% -
XYZ 6.26 5.41 17.85 -
YUV 64.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 49 62 118 0.58 0.47 0 0.54 228.7 0.41 0.33
Hex 31 3E 76 3A 2F 0 36 E5 29 21
Octal 61 76 166 72 57 0 66 345 51 41
Binary 110001 111110 1110110 111010 101111 0 110110 11100101 101001 100001

Color Harmonies of #313E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E76

Black with #313E76

Text Example


Text Example

White with #313E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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