#3D264C

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

Shades of Jagger #3D264C

Tints of Jagger #3D264C

Color information

#3D264C (or 0x3D264C) is unknown color: approx Jagger. HEX triplet: 3D, 26 and 4C. RGB value is (61,38,76). Sum of RGB (Red+Green+Blue) = 61+38+76=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D264C is #C2D9B3. Grayscale: #313131. Windows color (decimal): -12769716 or 4990525. OLE color: 4990525.

HSL color Cylindrical-coordinate representation of color #3D264C: hue angle of 276.32º 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 #3D264C is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB613876-
CMYK0.200.500.70
HSL276.32º33.33%22.35%-
HSV(B)276.32º50%29.8%-
XYZ3.922.97.19-
YUV49.21143.12136.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=34.86%
G=21.71%
B=43.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6138760.200.500.70276.3233.3322.35
Hex3D264C14320461142116
Octal7546114246201064244126
Binary1111011001101001100101001100100100011010001010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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