#31427E

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

Shades of Resolution Blue #31427E

Tints of Resolution Blue #31427E

Color information

#31427E (or 0x31427E) is unknown color: approx Resolution Blue. HEX triplet: 31, 42 and 7E. RGB value is (49,66,126). Sum of RGB (Red+Green+Blue) = 49+66+126=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #31427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31427E is #CEBD81. Grayscale: #434343. Windows color (decimal): -13548930 or 8274481. OLE color: 8274481.

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

Color convert

RGB4966126-
CMYK0.610.4800.51
HSL226.75º44%34.31%-
HSV(B)226.75º61.11%49.41%-
XYZ6.986.0620.54-
YUV67.76160.87114.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=20.33%
G=27.39%
B=52.28%

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
Decimal49661260.610.4800.51226.754434.31
Hex31427E3D30033e32c22
Octal6110217675600633435442
Binary11000110000101111110111101110000011001111100011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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