Html Css Color HEX #3F354B Jagger

📋 copy color: '#3F354B'

red 63 ◦ green 53 ◦ blue 75

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

Shades of Jagger #3F354B

Tints of Jagger #3F354B

RGB

 RED value IS 63 (25% from 255) = 32.98%

 GREEN value IS 53 (21.09% from 255) = 27.75%

 BLUE value IS 75 (29.69% from 255) = 39.27%

R = 32.98%
G = 27.75%
B = 39.27%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F354B (or 0x3F354B) is known color: Jagger. HEX triplet: 3F, 35 and 4B. RGB value is (63,53,75). Sum of RGB (Red+Green+Blue) = 63+53+75=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F354B is #C0CAB4. Grayscale: #3A3A3A. Windows color (decimal): -12634805 or 4928831. OLE color: 4928831.

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

Color convert

RGB 63 53 75 -
CMYK 0.16 0.29 0 0.71
HSL 267.27º 0.17% 0.25% -
HSV(B) 267.27º 0.29% 0.29% -
XYZ 4.59 4.11 7.21 -
YUV 58.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 63 53 75 0.16 0.29 0 0.71 267.27 0.17 0.25
Hex 3F 35 4B 10 1D 0 47 10B 11 19
Octal 77 65 113 20 35 0 107 413 21 31
Binary 111111 110101 1001011 10000 11101 0 1000111 100001011 10001 11001

Color Harmonies of #3F354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F354B

Black with #3F354B

Text Example


Text Example

White with #3F354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,75); }

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

background-color css

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

 a { background-color: rgb(63,53,75); }

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

border-color css

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

 span { border-color: rgb(63,53,75); }

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