#2E3C75

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

Shades of Resolution Blue #2E3C75

Tints of Resolution Blue #2E3C75

Color information

#2E3C75 (or 0x2E3C75) is unknown color: approx Resolution Blue. HEX triplet: 2E, 3C and 75. RGB value is (46,60,117). Sum of RGB (Red+Green+Blue) = 46+60+117=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E3C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C75 is #D1C38A. Grayscale: #3E3E3E. Windows color (decimal): -13747083 or 7683118. OLE color: 7683118.

HSL color Cylindrical-coordinate representation of color #2E3C75: hue angle of 228.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3C75 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4660117-
CMYK0.610.4900.54
HSL228.17º43.56%31.96%-
HSV(B)228.17º60.68%45.88%-
XYZ5.955.117.5-
YUV62.31158.86116.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=20.63%
G=26.91%
B=52.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46601170.610.4900.54228.1743.5631.96
Hex2E3C753D31036e42c20
Octal567416575610663445440
Binary1011101111001110101111101110001011011011100100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,60,117); }

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

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

 a { background-color: rgb(46,60,117); }

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

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

 span { border-color: rgb(46,60,117); }

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