#3D254C

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

Shades of Jagger #3D254C

Tints of Jagger #3D254C

Color information

#3D254C (or 0x3D254C) is unknown color: approx Jagger. HEX triplet: 3D, 25 and 4C. RGB value is (61,37,76). Sum of RGB (Red+Green+Blue) = 61+37+76=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D254C is #C2DAB3. Grayscale: #303030. Windows color (decimal): -12769972 or 4990269. OLE color: 4990269.

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

Color convert

RGB613776-
CMYK0.200.5100.70
HSL276.92º34.51%22.16%-
HSV(B)276.92º51.32%29.8%-
XYZ3.892.847.18-
YUV48.62143.45136.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=35.06%
G=21.26%
B=43.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6137760.200.5100.70276.9234.5122.16
Hex3D254C14330461152316
Octal7545114246301064254326
Binary1111011001011001100101001100110100011010001010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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