#2E456D

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

Shades of Resolution Blue #2E456D

Tints of Resolution Blue #2E456D

Color information

#2E456D (or 0x2E456D) is unknown color: approx Resolution Blue. HEX triplet: 2E, 45 and 6D. RGB value is (46,69,109). Sum of RGB (Red+Green+Blue) = 46+69+109=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E456D is #D1BA92. Grayscale: #424242. Windows color (decimal): -13744787 or 7161134. OLE color: 7161134.

HSL color Cylindrical-coordinate representation of color #2E456D: hue angle of 218.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E456D is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4669109-
CMYK0.580.3700.57
HSL218.1º40.65%30.39%-
HSV(B)218.1º57.8%42.75%-
XYZ6.025.9415.3-
YUV66.68151.88113.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=20.54%
G=30.80%
B=48.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46691090.580.3700.57218.140.6530.39
Hex2E456D3A25039da291e
Octal5610515572450713325136
Binary1011101000101110110111101010010101110011101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,109); }

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

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

 a { background-color: rgb(46,69,109); }

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

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

 span { border-color: rgb(46,69,109); }

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