#313E83

Color #313E83 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #313E83

Tints of Resolution Blue #313E83

Color information

#313E83 (or 0x313E83) is unknown color: approx 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

RGB4962131-
CMYK0.630.5300.49
HSL230.49º45.56%35.29%-
HSV(B)230.49º62.6%51.37%-
XYZ7.095.7422.21-
YUV65.98164.69115.89-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49621310.630.5300.49230.4945.5635.29
Hex313E833F35031e62e23
Octal617620377650613465643
Binary11000111111010000011111111110101011000111100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>