Html Css Color HEX #3F264A Jagger

📋 copy color: '#3F264A'

red 63 ◦ green 38 ◦ blue 74

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

Shades of Jagger #3F264A

Tints of Jagger #3F264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

 BLUE value IS 74 (29.3% from 255) = 42.29%

R = 36%
G = 21.71%
B = 42.29%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F264A (or 0x3F264A) is known color: Jagger. HEX triplet: 3F, 26 and 4A. RGB value is (63,38,74). Sum of RGB (Red+Green+Blue) = 63+38+74=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F264A is #C0D9B5. Grayscale: #313131. Windows color (decimal): -12638646 or 4859455. OLE color: 4859455.

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

Color convert

RGB 63 38 74 -
CMYK 0.15 0.49 0 0.71
HSL 281.67º 0.32% 0.22% -
HSV(B) 281.67º 0.49% 0.29% -
XYZ 3.98 2.94 6.84 -
YUV 49.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 63 38 74 0.15 0.49 0 0.71 281.67 0.32 0.22
Hex 3F 26 4A F 31 0 47 11A 20 16
Octal 77 46 112 17 61 0 107 432 40 26
Binary 111111 100110 1001010 1111 110001 0 1000111 100011010 100000 10110

Color Harmonies of #3F264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F264A

Black with #3F264A

Text Example


Text Example

White with #3F264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,74); }

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

background-color css

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

 a { background-color: rgb(63,38,74); }

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

border-color css

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

 span { border-color: rgb(63,38,74); }

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