#3E334B

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

Shades of Jagger #3E334B

Tints of Jagger #3E334B

Color information

#3E334B (or 0x3E334B) is unknown color: approx Jagger. HEX triplet: 3E, 33 and 4B. RGB value is (62,51,75). Sum of RGB (Red+Green+Blue) = 62+51+75=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E334B is #C1CCB4. Grayscale: #383838. Windows color (decimal): -12700853 or 4928318. OLE color: 4928318.

HSL color Cylindrical-coordinate representation of color #3E334B: hue angle of 267.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E334B is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB625175-
CMYK0.170.3200.71
HSL267.5º19.05%24.71%-
HSV(B)267.5º32%29.41%-
XYZ4.443.97.18-
YUV57.02138.14131.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=32.98%
G=27.13%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6251750.170.3200.71267.519.0524.71
Hex3E334B112004710c1319
Octal7663113214001074142331
Binary111110110011100101110001100000010001111000011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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