Html Css Color HEX #3C2648 Jagger

📋 copy color: '#3C2648'

red 60 ◦ green 38 ◦ blue 72

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

Shades of Jagger #3C2648

Tints of Jagger #3C2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

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

R = 35.29%
G = 22.35%
B = 42.35%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2648 (or 0x3C2648) is known color: Jagger. HEX triplet: 3C, 26 and 48. RGB value is (60,38,72). Sum of RGB (Red+Green+Blue) = 60+38+72=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2648 is #C3D9B7. Grayscale: #303030. Windows color (decimal): -12835256 or 4728380. OLE color: 4728380.

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

Color convert

RGB 60 38 72 -
CMYK 0.17 0.47 0 0.72
HSL 278.82º 0.31% 0.22% -
HSV(B) 278.82º 0.47% 0.28% -
XYZ 3.73 2.81 6.48 -
YUV 48.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 60 38 72 0.17 0.47 0 0.72 278.82 0.31 0.22
Hex 3C 26 48 11 2F 0 48 117 1F 16
Octal 74 46 110 21 57 0 110 427 37 26
Binary 111100 100110 1001000 10001 101111 0 1001000 100010111 11111 10110

Color Harmonies of #3C2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2648

Black with #3C2648

Text Example


Text Example

White with #3C2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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