Html Css Color HEX #3F284D Jagger

📋 copy color: '#3F284D'

red 63 ◦ green 40 ◦ blue 77

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

Shades of Jagger #3F284D

Tints of Jagger #3F284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 35%
G = 22.22%
B = 42.78%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F284D (or 0x3F284D) is known color: Jagger. HEX triplet: 3F, 28 and 4D. RGB value is (63,40,77). Sum of RGB (Red+Green+Blue) = 63+40+77=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F284D is #C0D7B2. Grayscale: #323232. Windows color (decimal): -12638131 or 5056575. OLE color: 5056575.

HSL color Cylindrical-coordinate representation of color #3F284D: hue angle of 277.3º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F284D is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 40 77 -
CMYK 0.18 0.48 0 0.70
HSL 277.3º 0.32% 0.23% -
HSV(B) 277.3º 0.48% 0.3% -
XYZ 4.15 3.11 7.4 -
YUV 51.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 63 40 77 0.18 0.48 0 0.70 277.3 0.32 0.23
Hex 3F 28 4D 12 30 0 46 115 20 17
Octal 77 50 115 22 60 0 106 425 40 27
Binary 111111 101000 1001101 10010 110000 0 1000110 100010101 100000 10111

Color Harmonies of #3F284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F284D

Black with #3F284D

Text Example


Text Example

White with #3F284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,77); }

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

background-color css

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

 a { background-color: rgb(63,40,77); }

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

border-color css

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

 span { border-color: rgb(63,40,77); }

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