#3C2850

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

Shades of Jagger #3C2850

Tints of Jagger #3C2850

Color information

#3C2850 (or 0x3C2850) is unknown color: approx Jagger. HEX triplet: 3C, 28 and 50. RGB value is (60,40,80). Sum of RGB (Red+Green+Blue) = 60+40+80=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C2850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2850 is #C3D7AF. Grayscale: #323232. Windows color (decimal): -12834736 or 5253180. OLE color: 5253180.

HSL color Cylindrical-coordinate representation of color #3C2850: hue angle of 270º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C2850 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB604080-
CMYK0.250.500.69
HSL270º33.33%23.53%-
HSV(B)270º50%31.37%-
XYZ4.073.067.97-
YUV50.54144.63134.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6040800.250.500.6927033.3323.53
Hex3C2850193204510e2118
Octal7450120316201054164130
Binary1111001010001010000110011100100100010110000111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,80); }

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

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

 a { background-color: rgb(60,40,80); }

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

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

 span { border-color: rgb(60,40,80); }

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