Html Css Color HEX #313E83 Resolution Blue

📋 copy color: '#313E83'

red 49 ◦ green 62 ◦ blue 131

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

Shades of Resolution Blue #313E83

Tints of Resolution Blue #313E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 20.25%
G = 25.62%
B = 54.13%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313E83 (or 0x313E83) is known color: Resolution Blue. HEX triplet: 31, 3E and 83. RGB value is (49,62,131). Sum of RGB (Red+Green+Blue) = 49+62+131=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #313E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E83 is #CEC17C. Grayscale: #414141. Windows color (decimal): -13549949 or 8601137. OLE color: 8601137.

HSL color Cylindrical-coordinate representation of color #313E83: hue angle of 230.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313E83 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 62 131 -
CMYK 0.63 0.53 0 0.49
HSL 230.49º 0.46% 0.35% -
HSV(B) 230.49º 0.63% 0.51% -
XYZ 7.09 5.74 22.21 -
YUV 65.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 49 62 131 0.63 0.53 0 0.49 230.49 0.46 0.35
Hex 31 3E 83 3F 35 0 31 E6 2E 23
Octal 61 76 203 77 65 0 61 346 56 43
Binary 110001 111110 10000011 111111 110101 0 110001 11100110 101110 100011

Color Harmonies of #313E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E83

Black with #313E83

Text Example


Text Example

White with #313E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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