#2E3C7C

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

Shades of Resolution Blue #2E3C7C

Tints of Resolution Blue #2E3C7C

Color information

#2E3C7C (or 0x2E3C7C) is unknown color: approx Resolution Blue. HEX triplet: 2E, 3C and 7C. RGB value is (46,60,124). Sum of RGB (Red+Green+Blue) = 46+60+124=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E3C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C7C is #D1C383. Grayscale: #3E3E3E. Windows color (decimal): -13747076 or 8141870. OLE color: 8141870.

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

Color convert

RGB4660124-
CMYK0.630.5200.51
HSL229.23º45.88%33.33%-
HSV(B)229.23º62.9%48.63%-
XYZ6.385.2719.75-
YUV63.11162.36115.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=20%
G=26.09%
B=53.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46601240.630.5200.51229.2345.8833.33
Hex2E3C7C3F34033e52e21
Octal567417477640633455641
Binary1011101111001111100111111110100011001111100101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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