Html Css Color HEX #313E87 Resolution Blue

📋 copy color: '#313E87'

red 49 ◦ green 62 ◦ blue 135

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

Shades of Resolution Blue #313E87

Tints of Resolution Blue #313E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.88%

R = 19.92%
G = 25.2%
B = 54.88%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313E87 (or 0x313E87) is known color: Resolution Blue. HEX triplet: 31, 3E and 87. RGB value is (49,62,135). Sum of RGB (Red+Green+Blue) = 49+62+135=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #313E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E87 is #CEC178. Grayscale: #424242. Windows color (decimal): -13549945 or 8863281. OLE color: 8863281.

HSL color Cylindrical-coordinate representation of color #313E87: hue angle of 230.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313E87 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 62 135 -
CMYK 0.64 0.54 0 0.47
HSL 230.93º 0.47% 0.36% -
HSV(B) 230.93º 0.64% 0.53% -
XYZ 7.36 5.85 23.66 -
YUV 66.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 49 62 135 0.64 0.54 0 0.47 230.93 0.47 0.36
Hex 31 3E 87 40 36 0 2F E7 2F 24
Octal 61 76 207 100 66 0 57 347 57 44
Binary 110001 111110 10000111 1000000 110110 0 101111 11100111 101111 100100

Color Harmonies of #313E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E87

Black with #313E87

Text Example


Text Example

White with #313E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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