#3C2355

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

Shades of Jagger #3C2355

Tints of Jagger #3C2355

Color information

#3C2355 (or 0x3C2355) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 55. RGB value is (60,35,85). Sum of RGB (Red+Green+Blue) = 60+35+85=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2355 is #C3DCAA. Grayscale: #303030. Windows color (decimal): -12836011 or 5579580. OLE color: 5579580.

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

Color convert

RGB603585-
CMYK0.290.5900.67
HSL270º41.67%23.53%-
HSV(B)270º58.82%33.33%-
XYZ4.12.828.92-
YUV48.18148.78136.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=33.33%
G=19.44%
B=47.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6035850.290.5900.6727041.6723.53
Hex3C23551D3B04310e2a18
Octal7443125357301034165230
Binary1111001000111010101111011110110100001110000111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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