Html Css Color HEX #3C4584 Jacksons Purple

📋 copy color: '#3C4584'

red 60 ◦ green 69 ◦ blue 132

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

Shades of Jacksons Purple #3C4584

Tints of Jacksons Purple #3C4584

RGB

 RED value IS 60 (23.83% from 255) = 22.99%

 GREEN value IS 69 (27.34% from 255) = 26.44%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 22.99%
G = 26.44%
B = 50.57%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C4584 (or 0x3C4584) is known color: Jacksons Purple. HEX triplet: 3C, 45 and 84. RGB value is (60,69,132). Sum of RGB (Red+Green+Blue) = 60+69+132=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4584 is #C3BA7B. Grayscale: #494949. Windows color (decimal): -12827260 or 8668476. OLE color: 8668476.

HSL color Cylindrical-coordinate representation of color #3C4584: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4584 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 69 132 -
CMYK 0.55 0.48 0 0.48
HSL 232.5º 0.38% 0.38% -
HSV(B) 232.5º 0.55% 0.52% -
XYZ 8.16 6.88 22.73 -
YUV 73.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 60 69 132 0.55 0.48 0 0.48 232.5 0.38 0.38
Hex 3C 45 84 37 30 0 30 E8 26 26
Octal 74 105 204 67 60 0 60 350 46 46
Binary 111100 1000101 10000100 110111 110000 0 110000 11101000 100110 100110

Color Harmonies of #3C4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4584

Black with #3C4584

Text Example


Text Example

White with #3C4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4584; }

 p { color: rgb(60,69,132); }

 H1.HeaderClassName
 {
   color: #3C4584;
 }
 .AnyTagClassName
 {
   color: #3C4584;
 }
</style>

background-color css

<style>
 a { background-color: #3C4584; }

 a { background-color: rgb(60,69,132); }

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

border-color css

<style>
 span { border-color: #3C4584; }

 span { border-color: rgb(60,69,132); }

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