#3D254A

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

Shades of Jagger #3D254A

Tints of Jagger #3D254A

Color information

#3D254A (or 0x3D254A) is unknown color: approx Jagger. HEX triplet: 3D, 25 and 4A. RGB value is (61,37,74). Sum of RGB (Red+Green+Blue) = 61+37+74=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D254A is #C2DAB5. Grayscale: #303030. Windows color (decimal): -12769974 or 4859197. OLE color: 4859197.

HSL color Cylindrical-coordinate representation of color #3D254A: hue angle of 278.92º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D254A is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB613774-
CMYK0.180.5000.71
HSL278.92º33.33%21.76%-
HSV(B)278.92º50%29.02%-
XYZ3.822.816.82-
YUV48.39142.45136.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=35.47%
G=21.51%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6137740.180.5000.71278.9233.3321.76
Hex3D254A12320471172116
Octal7545112226201074274126
Binary1111011001011001010100101100100100011110001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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