#2C348B

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

Shades of Jacksons Purple #2C348B

Tints of Jacksons Purple #2C348B

Color information

#2C348B (or 0x2C348B) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 34 and 8B. RGB value is (44,52,139). Sum of RGB (Red+Green+Blue) = 44+52+139=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C348B is #D3CB74. Grayscale: #3B3B3B. Windows color (decimal): -13880181 or 9122860. OLE color: 9122860.

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

Color convert

RGB4452139-
CMYK0.680.6300.45
HSL234.95º51.91%35.88%-
HSV(B)234.95º68.35%54.51%-
XYZ6.934.8625-
YUV59.53172.85116.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=18.72%
G=22.13%
B=59.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44521390.680.6300.45234.9551.9135.88
Hex2C348B443F02Deb3424
Octal5464213104770553536444
Binary101100110100100010111000100111111010110111101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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