#31416F

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

Shades of Resolution Blue #31416F

Tints of Resolution Blue #31416F

Color information

#31416F (or 0x31416F) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 6F. RGB value is (49,65,111). Sum of RGB (Red+Green+Blue) = 49+65+111=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #31416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31416F is #CEBE90. Grayscale: #414141. Windows color (decimal): -13549201 or 7291185. OLE color: 7291185.

HSL color Cylindrical-coordinate representation of color #31416F: hue angle of 224.52º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31416F is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4965111-
CMYK0.560.4100.56
HSL224.52º38.75%31.37%-
HSV(B)224.52º55.86%43.53%-
XYZ6.035.5815.8-
YUV65.46153.7116.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=21.78%
G=28.89%
B=49.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49651110.560.4100.56224.5238.7531.37
Hex31416F3829038e1271f
Octal6110115770510703414737
Binary1100011000001110111111100010100101110001110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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