#2E446C

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

Shades of Resolution Blue #2E446C

Tints of Resolution Blue #2E446C

Color information

#2E446C (or 0x2E446C) is unknown color: approx Resolution Blue. HEX triplet: 2E, 44 and 6C. RGB value is (46,68,108). Sum of RGB (Red+Green+Blue) = 46+68+108=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E446C is #D1BB93. Grayscale: #414141. Windows color (decimal): -13745044 or 7095342. OLE color: 7095342.

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

Color convert

RGB4668108-
CMYK0.570.3700.58
HSL218.71º40.26%30.2%-
HSV(B)218.71º57.41%42.35%-
XYZ5.95.815-
YUV65.98151.71113.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=20.72%
G=30.63%
B=48.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46681080.570.3700.58218.7140.2630.2
Hex2E446C392503Adb281e
Octal5610415471450723335036
Binary1011101000100110110011100110010101110101101101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,108); }

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

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

 a { background-color: rgb(46,68,108); }

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

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

 span { border-color: rgb(46,68,108); }

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