#2E3972

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

Shades of Resolution Blue #2E3972

Tints of Resolution Blue #2E3972

Color information

#2E3972 (or 0x2E3972) is unknown color: approx Resolution Blue. HEX triplet: 2E, 39 and 72. RGB value is (46,57,114). Sum of RGB (Red+Green+Blue) = 46+57+114=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E3972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3972 is #D1C68D. Grayscale: #3B3B3B. Windows color (decimal): -13747854 or 7485742. OLE color: 7485742.

HSL color Cylindrical-coordinate representation of color #2E3972: hue angle of 230.29º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3972 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4657114-
CMYK0.600.5000.55
HSL230.29º42.5%31.37%-
HSV(B)230.29º59.65%44.71%-
XYZ5.634.7216.53-
YUV60.21158.36117.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=21.20%
G=26.27%
B=52.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46571140.600.5000.55230.2942.531.37
Hex2E39723C32037e62a1f
Octal567116274620673465237
Binary101110111001111001011110011001001101111110011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3972; }

 p { color: rgb(46,57,114); }

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

<style>
 a { background-color: #2E3972; }

 a { background-color: rgb(46,57,114); }

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

<style>
 span { border-color: #2E3972; }

 span { border-color: rgb(46,57,114); }

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