Html Css Color HEX #3C2348 Jagger

📋 copy color: '#3C2348'

red 60 ◦ green 35 ◦ blue 72

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

Shades of Jagger #3C2348

Tints of Jagger #3C2348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.11%

R = 35.93%
G = 20.96%
B = 43.11%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2348 (or 0x3C2348) is known color: Jagger. HEX triplet: 3C, 23 and 48. RGB value is (60,35,72). Sum of RGB (Red+Green+Blue) = 60+35+72=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2348 is #C3DCB7. Grayscale: #2E2E2E. Windows color (decimal): -12836024 or 4727612. OLE color: 4727612.

HSL color Cylindrical-coordinate representation of color #3C2348: hue angle of 280.54º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2348 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 35 72 -
CMYK 0.17 0.51 0 0.72
HSL 280.54º 0.35% 0.21% -
HSV(B) 280.54º 0.51% 0.28% -
XYZ 3.63 2.63 6.45 -
YUV 46.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 60 35 72 0.17 0.51 0 0.72 280.54 0.35 0.21
Hex 3C 23 48 11 33 0 48 119 23 15
Octal 74 43 110 21 63 0 110 431 43 25
Binary 111100 100011 1001000 10001 110011 0 1001000 100011001 100011 10101

Color Harmonies of #3C2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2348

Black with #3C2348

Text Example


Text Example

White with #3C2348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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