Html Css Color HEX #3F294E Jagger

📋 copy color: '#3F294E'

red 63 ◦ green 41 ◦ blue 78

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

Shades of Jagger #3F294E

Tints of Jagger #3F294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 78 (30.86% from 255) = 42.86%

R = 34.62%
G = 22.53%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F294E (or 0x3F294E) is known color: Jagger. HEX triplet: 3F, 29 and 4E. RGB value is (63,41,78). Sum of RGB (Red+Green+Blue) = 63+41+78=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F294E is #C0D6B1. Grayscale: #333333. Windows color (decimal): -12637874 or 5122367. OLE color: 5122367.

HSL color Cylindrical-coordinate representation of color #3F294E: hue angle of 275.68º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F294E is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 41 78 -
CMYK 0.19 0.47 0 0.69
HSL 275.68º 0.31% 0.23% -
HSV(B) 275.68º 0.47% 0.31% -
XYZ 4.22 3.19 7.6 -
YUV 51.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 63 41 78 0.19 0.47 0 0.69 275.68 0.31 0.23
Hex 3F 29 4E 13 2F 0 45 114 1F 17
Octal 77 51 116 23 57 0 105 424 37 27
Binary 111111 101001 1001110 10011 101111 0 1000101 100010100 11111 10111

Color Harmonies of #3F294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F294E

Black with #3F294E

Text Example


Text Example

White with #3F294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,78); }

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

background-color css

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

 a { background-color: rgb(63,41,78); }

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

border-color css

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

 span { border-color: rgb(63,41,78); }

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