Html Css Color HEX #3E3445 Jagger

📋 copy color: '#3E3445'

red 62 ◦ green 52 ◦ blue 69

#3E3445
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3E3445

Tints of Jagger #3E3445

RGB

 RED value IS 62 (24.61% from 255) = 33.88%

 GREEN value IS 52 (20.7% from 255) = 28.42%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 33.88%
G = 28.42%
B = 37.7%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E3445 (or 0x3E3445) is known color: Jagger. HEX triplet: 3E, 34 and 45. RGB value is (62,52,69). Sum of RGB (Red+Green+Blue) = 62+52+69=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3445 is #C1CBBA. Grayscale: #383838. Windows color (decimal): -12700603 or 4535358. OLE color: 4535358.

HSL color Cylindrical-coordinate representation of color #3E3445: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E3445 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 52 69 -
CMYK 0.10 0.25 0 0.73
HSL 275.29º 0.14% 0.24% -
HSV(B) 275.29º 0.25% 0.27% -
XYZ 4.29 3.91 6.16 -
YUV 56.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 62 52 69 0.10 0.25 0 0.73 275.29 0.14 0.24
Hex 3E 34 45 A 19 0 49 113 E 18
Octal 76 64 105 12 31 0 111 423 16 30
Binary 111110 110100 1000101 1010 11001 0 1001001 100010011 1110 11000

Color Harmonies of #3E3445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3445

Black with #3E3445

Text Example


Text Example

White with #3E3445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,52,69); }

 H1.HeaderClassName
 {
   color: #3E3445;
 }
 .AnyTagClassName
 {
   color: #3E3445;
 }
</style>

background-color css

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

 a { background-color: rgb(62,52,69); }

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

border-color css

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

 span { border-color: rgb(62,52,69); }

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