#2E436C

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

Shades of Resolution Blue #2E436C

Tints of Resolution Blue #2E436C

Color information

#2E436C (or 0x2E436C) is unknown color: approx Resolution Blue. HEX triplet: 2E, 43 and 6C. RGB value is (46,67,108). Sum of RGB (Red+Green+Blue) = 46+67+108=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E436C is #D1BC93. Grayscale: #414141. Windows color (decimal): -13745300 or 7095086. OLE color: 7095086.

HSL color Cylindrical-coordinate representation of color #2E436C: hue angle of 219.68º 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 #2E436C is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4667108-
CMYK0.570.3800.58
HSL219.68º40.26%30.2%-
HSV(B)219.68º57.41%42.35%-
XYZ5.845.6814.98-
YUV65.4152.04114.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=20.81%
G=30.32%
B=48.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46671080.570.3800.58219.6840.2630.2
Hex2E436C392603Adc281e
Octal5610315471460723345036
Binary1011101000011110110011100110011001110101101110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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