#3E3348

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

Shades of Jagger #3E3348

Tints of Jagger #3E3348

Color information

#3E3348 (or 0x3E3348) is unknown color: approx Jagger. HEX triplet: 3E, 33 and 48. RGB value is (62,51,72). Sum of RGB (Red+Green+Blue) = 62+51+72=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3348 is #C1CCB7. Grayscale: #383838. Windows color (decimal): -12700856 or 4731710. OLE color: 4731710.

HSL color Cylindrical-coordinate representation of color #3E3348: hue angle of 271.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E3348 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB625172-
CMYK0.140.2900.72
HSL271.43º17.07%24.12%-
HSV(B)271.43º29.17%28.24%-
XYZ4.343.866.65-
YUV56.68136.64131.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=33.51%
G=27.57%
B=38.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6251720.140.2900.72271.4317.0724.12
Hex3E3348E1D04810f1118
Octal7663110163501104172130
Binary1111101100111001000111011101010010001000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,72); }

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

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

 a { background-color: rgb(62,51,72); }

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

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

 span { border-color: rgb(62,51,72); }

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