#31417F

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

Shades of Resolution Blue #31417F

Tints of Resolution Blue #31417F

Color information

#31417F (or 0x31417F) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 7F. RGB value is (49,65,127). Sum of RGB (Red+Green+Blue) = 49+65+127=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #31417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31417F is #CEBE80. Grayscale: #434343. Windows color (decimal): -13549185 or 8339761. OLE color: 8339761.

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

Color convert

RGB4965127-
CMYK0.610.4900.50
HSL227.69º44.32%34.51%-
HSV(B)227.69º61.42%49.8%-
XYZ6.995.9720.86-
YUV67.28161.7114.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 127 (50% from 255) = 52.70%
R=20.33%
G=26.97%
B=52.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49651270.610.4900.50227.6944.3234.51
Hex31417F3D31032e42c23
Octal6110117775610623445443
Binary11000110000011111111111101110001011001011100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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