#2E3A8B

Color #2E3A8B Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #2E3A8B

Tints of Jacksons Purple #2E3A8B

Color information

#2E3A8B (or 0x2E3A8B) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 3A and 8B. RGB value is (46,58,139). Sum of RGB (Red+Green+Blue) = 46+58+139=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E3A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A8B is #D1C574. Grayscale: #3F3F3F. Windows color (decimal): -13747573 or 9124398. OLE color: 9124398.

HSL color Cylindrical-coordinate representation of color #2E3A8B: hue angle of 232.26º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E3A8B is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4658139-
CMYK0.670.5800.45
HSL232.26º50.27%36.27%-
HSV(B)232.26º66.91%54.51%-
XYZ7.35.4725.1-
YUV63.65170.52115.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=18.93%
G=23.87%
B=57.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46581390.670.5800.45232.2650.2736.27
Hex2E3A8B433A02De83224
Octal5672213103720553506244
Binary101110111010100010111000011111010010110111101000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,139); }

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

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

 a { background-color: rgb(46,58,139); }

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

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

 span { border-color: rgb(46,58,139); }

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