Html Css Color HEX #3C2346 Jagger

📋 copy color: '#3C2346'

red 60 ◦ green 35 ◦ blue 70

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

Shades of Jagger #3C2346

Tints of Jagger #3C2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 36.36%
G = 21.21%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3C2346 (or 0x3C2346) is known color: Jagger. HEX triplet: 3C, 23 and 46. RGB value is (60,35,70). Sum of RGB (Red+Green+Blue) = 60+35+70=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2346 is #C3DCB9. Grayscale: #2E2E2E. Windows color (decimal): -12836026 or 4596540. OLE color: 4596540.

HSL color Cylindrical-coordinate representation of color #3C2346: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C2346 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 35 70 -
CMYK 0.14 0.5 0 0.73
HSL 282.86º 0.33% 0.21% -
HSV(B) 282.86º 0.5% 0.27% -
XYZ 3.57 2.6 6.11 -
YUV 46.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 60 35 70 0.14 0.5 0 0.73 282.86 0.33 0.21
Hex 3C 23 46 E 32 0 49 11B 21 15
Octal 74 43 106 16 62 0 111 433 41 25
Binary 111100 100011 1000110 1110 110010 0 1001001 100011011 100001 10101

Color Harmonies of #3C2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2346

Black with #3C2346

Text Example


Text Example

White with #3C2346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,70); }

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

background-color css

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

 a { background-color: rgb(60,35,70); }

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

border-color css

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

 span { border-color: rgb(60,35,70); }

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