#2B348B

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

Shades of Jacksons Purple #2B348B

Tints of Jacksons Purple #2B348B

Color information

#2B348B (or 0x2B348B) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 34 and 8B. RGB value is (43,52,139). Sum of RGB (Red+Green+Blue) = 43+52+139=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B348B is #D4CB74. Grayscale: #3A3A3A. Windows color (decimal): -13945717 or 9122859. OLE color: 9122859.

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

Color convert

RGB4352139-
CMYK0.690.6300.45
HSL234.38º52.75%35.69%-
HSV(B)234.38º69.06%54.51%-
XYZ6.884.8325-
YUV59.23173.02116.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=18.38%
G=22.22%
B=59.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43521390.690.6300.45234.3852.7535.69
Hex2B348B453F02Dea3524
Octal5364213105770553526544
Binary101011110100100010111000101111111010110111101010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,139); }

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

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

 a { background-color: rgb(43,52,139); }

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

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

 span { border-color: rgb(43,52,139); }

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