#3D234F

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

Shades of Jagger #3D234F

Tints of Jagger #3D234F

Color information

#3D234F (or 0x3D234F) is unknown color: approx Jagger. HEX triplet: 3D, 23 and 4F. RGB value is (61,35,79). Sum of RGB (Red+Green+Blue) = 61+35+79=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D234F is #C2DCB0. Grayscale: #2F2F2F. Windows color (decimal): -12770481 or 5186365. OLE color: 5186365.

HSL color Cylindrical-coordinate representation of color #3D234F: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D234F is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB613579-
CMYK0.230.5600.69
HSL275.45º38.6%22.35%-
HSV(B)275.45º55.7%30.98%-
XYZ3.942.767.72-
YUV47.79145.61137.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=34.86%
G=20%
B=45.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6135790.230.5600.69275.4538.622.35
Hex3D234F17380451132716
Octal7543117277001054234726
Binary1111011000111001111101111110000100010110001001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,79); }

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

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

 a { background-color: rgb(61,35,79); }

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

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

 span { border-color: rgb(61,35,79); }

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