#31417E

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

Shades of Resolution Blue #31417E

Tints of Resolution Blue #31417E

Color information

#31417E (or 0x31417E) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 7E. RGB value is (49,65,126). Sum of RGB (Red+Green+Blue) = 49+65+126=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #31417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31417E is #CEBE81. Grayscale: #424242. Windows color (decimal): -13549186 or 8274225. OLE color: 8274225.

HSL color Cylindrical-coordinate representation of color #31417E: hue angle of 227.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31417E is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4965126-
CMYK0.610.4800.51
HSL227.53º44%34.31%-
HSV(B)227.53º61.11%49.41%-
XYZ6.925.9420.52-
YUV67.17161.2115.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=20.42%
G=27.08%
B=52.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49651260.610.4800.51227.534434.31
Hex31417E3D30033e42c22
Octal6110117675600633445442
Binary11000110000011111110111101110000011001111100100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31417E; }

 p { color: rgb(49,65,126); }

 H1.HeaderClassName
 {
   color: #31417E;
 }
 .AnyTagClassName
 {
   color: #31417E;
 }
</style>
background-color css

<style>
 a { background-color: #31417E; }

 a { background-color: rgb(49,65,126); }

 div.DivClassName
 {
   background-color: #31417E;
 }
 .BgClassName
 {
   background-color: #31417E;
 }
</style>
border-color css

<style>
 span { border-color: #31417E; }

 span { border-color: rgb(49,65,126); }

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