#3D264D

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

Shades of Jagger #3D264D

Tints of Jagger #3D264D

Color information

#3D264D (or 0x3D264D) is unknown color: approx Jagger. HEX triplet: 3D, 26 and 4D. RGB value is (61,38,77). Sum of RGB (Red+Green+Blue) = 61+38+77=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D264D is #C2D9B2. Grayscale: #313131. Windows color (decimal): -12769715 or 5056061. OLE color: 5056061.

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

Color convert

RGB613877-
CMYK0.210.5100.70
HSL275.38º33.91%22.55%-
HSV(B)275.38º50.65%30.2%-
XYZ3.962.917.38-
YUV49.32143.62136.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=34.66%
G=21.59%
B=43.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6138770.210.5100.70275.3833.9122.55
Hex3D264D15330461132217
Octal7546115256301064234227
Binary1111011001101001101101011100110100011010001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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