Html Css Color HEX #3C284F Jagger

📋 copy color: '#3C284F'

red 60 ◦ green 40 ◦ blue 79

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

Shades of Jagger #3C284F

Tints of Jagger #3C284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 33.52%
G = 22.35%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C284F (or 0x3C284F) is known color: Jagger. HEX triplet: 3C, 28 and 4F. RGB value is (60,40,79). Sum of RGB (Red+Green+Blue) = 60+40+79=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C284F is #C3D7B0. Grayscale: #323232. Windows color (decimal): -12834737 or 5187644. OLE color: 5187644.

HSL color Cylindrical-coordinate representation of color #3C284F: hue angle of 270.77º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C284F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 40 79 -
CMYK 0.24 0.49 0 0.69
HSL 270.77º 0.33% 0.23% -
HSV(B) 270.77º 0.49% 0.31% -
XYZ 4.03 3.04 7.77 -
YUV 50.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 60 40 79 0.24 0.49 0 0.69 270.77 0.33 0.23
Hex 3C 28 4F 18 31 0 45 10F 21 17
Octal 74 50 117 30 61 0 105 417 41 27
Binary 111100 101000 1001111 11000 110001 0 1000101 100001111 100001 10111

Color Harmonies of #3C284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C284F

Black with #3C284F

Text Example


Text Example

White with #3C284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,79); }

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

background-color css

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

 a { background-color: rgb(60,40,79); }

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

border-color css

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

 span { border-color: rgb(60,40,79); }

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