Html Css Color HEX #3C264C Jagger

📋 copy color: '#3C264C'

red 60 ◦ green 38 ◦ blue 76

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

Shades of Jagger #3C264C

Tints of Jagger #3C264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 34.48%
G = 21.84%
B = 43.68%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C264C (or 0x3C264C) is known color: Jagger. HEX triplet: 3C, 26 and 4C. RGB value is (60,38,76). Sum of RGB (Red+Green+Blue) = 60+38+76=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C264C is #C3D9B3. Grayscale: #303030. Windows color (decimal): -12835252 or 4990524. OLE color: 4990524.

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

Color convert

RGB 60 38 76 -
CMYK 0.21 0.5 0 0.70
HSL 274.74º 0.33% 0.22% -
HSV(B) 274.74º 0.5% 0.3% -
XYZ 3.86 2.87 7.19 -
YUV 48.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 60 38 76 0.21 0.5 0 0.70 274.74 0.33 0.22
Hex 3C 26 4C 15 32 0 46 113 21 16
Octal 74 46 114 25 62 0 106 423 41 26
Binary 111100 100110 1001100 10101 110010 0 1000110 100010011 100001 10110

Color Harmonies of #3C264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C264C

Black with #3C264C

Text Example


Text Example

White with #3C264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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