#31426F

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

Shades of Resolution Blue #31426F

Tints of Resolution Blue #31426F

Color information

#31426F (or 0x31426F) is unknown color: approx Resolution Blue. HEX triplet: 31, 42 and 6F. RGB value is (49,66,111). Sum of RGB (Red+Green+Blue) = 49+66+111=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #31426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31426F is #CEBD90. Grayscale: #414141. Windows color (decimal): -13548945 or 7291441. OLE color: 7291441.

HSL color Cylindrical-coordinate representation of color #31426F: hue angle of 223.55º 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 #31426F is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4966111-
CMYK0.560.4100.56
HSL223.55º38.75%31.37%-
HSV(B)223.55º55.86%43.53%-
XYZ6.085.715.82-
YUV66.05153.37115.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=21.68%
G=29.20%
B=49.12%

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
Decimal49661110.560.4100.56223.5538.7531.37
Hex31426F3829038e0271f
Octal6110215770510703404737
Binary1100011000010110111111100010100101110001110000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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