#31427F

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

Shades of Resolution Blue #31427F

Tints of Resolution Blue #31427F

Color information

#31427F (or 0x31427F) is unknown color: approx Resolution Blue. HEX triplet: 31, 42 and 7F. RGB value is (49,66,127). Sum of RGB (Red+Green+Blue) = 49+66+127=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #31427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31427F is #CEBD80. Grayscale: #434343. Windows color (decimal): -13548929 or 8340017. OLE color: 8340017.

HSL color Cylindrical-coordinate representation of color #31427F: hue angle of 226.92º 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 #31427F is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4966127-
CMYK0.610.4800.50
HSL226.92º44.32%34.51%-
HSV(B)226.92º61.42%49.8%-
XYZ7.056.0820.88-
YUV67.87161.37114.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 127 (50% from 255) = 52.48%
R=20.25%
G=27.27%
B=52.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49661270.610.4800.50226.9244.3234.51
Hex31427F3D30032e32c23
Octal6110217775600623435443
Binary11000110000101111111111101110000011001011100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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