#2E3D85

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

Shades of Resolution Blue #2E3D85

Tints of Resolution Blue #2E3D85

Color information

#2E3D85 (or 0x2E3D85) is unknown color: approx Resolution Blue. HEX triplet: 2E, 3D and 85. RGB value is (46,61,133). Sum of RGB (Red+Green+Blue) = 46+61+133=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E3D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3D85 is #D1C27A. Grayscale: #404040. Windows color (decimal): -13746811 or 8731950. OLE color: 8731950.

HSL color Cylindrical-coordinate representation of color #2E3D85: hue angle of 229.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3D85 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4661133-
CMYK0.650.5400.48
HSL229.66º48.6%35.1%-
HSV(B)229.66º65.41%52.16%-
XYZ7.035.6122.9-
YUV64.72166.53114.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=19.17%
G=25.42%
B=55.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46611330.650.5400.48229.6648.635.1
Hex2E3D854136030e63123
Octal5675205101660603466143
Binary101110111101100001011000001110110011000011100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,133); }

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

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

 a { background-color: rgb(46,61,133); }

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

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

 span { border-color: rgb(46,61,133); }

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