#3C234D

Color #3C234D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3C234D

Tints of Jagger #3C234D

Color information

#3C234D (or 0x3C234D) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 4D. RGB value is (60,35,77). Sum of RGB (Red+Green+Blue) = 60+35+77=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C234D is #C3DCB2. Grayscale: #2F2F2F. Windows color (decimal): -12836019 or 5055292. OLE color: 5055292.

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

Color convert

RGB603577-
CMYK0.220.5500.70
HSL275.71º37.5%21.96%-
HSV(B)275.71º54.55%30.2%-
XYZ3.82.77.34-
YUV47.26144.78137.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=34.88%
G=20.35%
B=44.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6035770.220.5500.70275.7137.521.96
Hex3C234D16370461142516
Octal7443115266701064244526
Binary1111001000111001101101101101110100011010001010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C234D;
 }
 .AnyTagClassName
 {
   color: #3C234D;
 }
</style>
background-color css

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

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

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

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

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

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