#3C264D

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

Shades of Jagger #3C264D

Tints of Jagger #3C264D

Color information

#3C264D (or 0x3C264D) is unknown color: approx Jagger. HEX triplet: 3C, 26 and 4D. RGB value is (60,38,77). Sum of RGB (Red+Green+Blue) = 60+38+77=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C264D is #C3D9B2. Grayscale: #303030. Windows color (decimal): -12835251 or 5056060. OLE color: 5056060.

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

Color convert

RGB603877-
CMYK0.220.5100.70
HSL273.85º33.91%22.55%-
HSV(B)273.85º50.65%30.2%-
XYZ3.92.887.37-
YUV49.02143.79135.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 77 (30.47% from 255) = 44%
R=34.29%
G=21.71%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6038770.220.5100.70273.8533.9122.55
Hex3C264D16330461122217
Octal7446115266301064224227
Binary1111001001101001101101101100110100011010001001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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