#2E417B

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

Shades of Resolution Blue #2E417B

Tints of Resolution Blue #2E417B

Color information

#2E417B (or 0x2E417B) is unknown color: approx Resolution Blue. HEX triplet: 2E, 41 and 7B. RGB value is (46,65,123). Sum of RGB (Red+Green+Blue) = 46+65+123=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E417B is #D1BE84. Grayscale: #414141. Windows color (decimal): -13745797 or 8077614. OLE color: 8077614.

HSL color Cylindrical-coordinate representation of color #2E417B: hue angle of 225.19º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E417B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4665123-
CMYK0.630.4700.52
HSL225.19º45.56%33.14%-
HSV(B)225.19º62.6%48.24%-
XYZ6.595.7919.51-
YUV65.93160.21113.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=19.66%
G=27.78%
B=52.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46651230.630.4700.52225.1945.5633.14
Hex2E417B3F2F034e12e21
Octal5610117377570643415641
Binary10111010000011111011111111101111011010011100001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,123); }

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

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

 a { background-color: rgb(46,65,123); }

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

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

 span { border-color: rgb(46,65,123); }

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