Html Css Color HEX #2C3596 Jacksons Purple

📋 copy color: '#2C3596'

red 44 ◦ green 53 ◦ blue 150

#2C3596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #2C3596

Tints of Jacksons Purple #2C3596

RGB

 RED value IS 44 (17.58% from 255) = 17.81%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 17.81%
G = 21.46%
B = 60.73%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C3596 (or 0x2C3596) is known color: Jacksons Purple. HEX triplet: 2C, 35 and 96. RGB value is (44,53,150). Sum of RGB (Red+Green+Blue) = 44+53+150=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C3596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3596 is #D3CA69. Grayscale: #3C3C3C. Windows color (decimal): -13879914 or 9844012. OLE color: 9844012.

HSL color Cylindrical-coordinate representation of color #2C3596: hue angle of 234.91º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3596 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 53 150 -
CMYK 0.71 0.65 0 0.41
HSL 234.91º 0.55% 0.38% -
HSV(B) 234.91º 0.71% 0.59% -
XYZ 7.82 5.28 29.46 -
YUV 61.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 44 53 150 0.71 0.65 0 0.41 234.91 0.55 0.38
Hex 2C 35 96 47 41 0 29 EB 37 26
Octal 54 65 226 107 101 0 51 353 67 46
Binary 101100 110101 10010110 1000111 1000001 0 101001 11101011 110111 100110

Color Harmonies of #2C3596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3596

Black with #2C3596

Text Example


Text Example

White with #2C3596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,53,150); }

 H1.HeaderClassName
 {
   color: #2C3596;
 }
 .AnyTagClassName
 {
   color: #2C3596;
 }
</style>

background-color css

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

 a { background-color: rgb(44,53,150); }

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

border-color css

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

 span { border-color: rgb(44,53,150); }

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