#2C368B

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

Shades of Jacksons Purple #2C368B

Tints of Jacksons Purple #2C368B

Color information

#2C368B (or 0x2C368B) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 36 and 8B. RGB value is (44,54,139). Sum of RGB (Red+Green+Blue) = 44+54+139=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C368B is #D3C974. Grayscale: #3C3C3C. Windows color (decimal): -13879669 or 9123372. OLE color: 9123372.

HSL color Cylindrical-coordinate representation of color #2C368B: hue angle of 233.68º 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 #2C368B is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4454139-
CMYK0.680.6100.45
HSL233.68º51.91%35.88%-
HSV(B)233.68º68.35%54.51%-
XYZ7.025.0425.03-
YUV60.7172.19116.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=18.57%
G=22.78%
B=58.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44541390.680.6100.45233.6851.9135.88
Hex2C368B443D02Dea3424
Octal5466213104750553526444
Binary101100110110100010111000100111101010110111101010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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