Html Css Color HEX #3F264B Jagger

📋 copy color: '#3F264B'

red 63 ◦ green 38 ◦ blue 75

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

Shades of Jagger #3F264B

Tints of Jagger #3F264B

RGB

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

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

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

R = 35.8%
G = 21.59%
B = 42.61%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F264B (or 0x3F264B) is known color: Jagger. HEX triplet: 3F, 26 and 4B. RGB value is (63,38,75). Sum of RGB (Red+Green+Blue) = 63+38+75=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F264B is #C0D9B4. Grayscale: #313131. Windows color (decimal): -12638645 or 4924991. OLE color: 4924991.

HSL color Cylindrical-coordinate representation of color #3F264B: hue angle of 280.54º degrees, saturation: 0.33, 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 #3F264B is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 38 75 -
CMYK 0.16 0.49 0 0.71
HSL 280.54º 0.33% 0.22% -
HSV(B) 280.54º 0.49% 0.29% -
XYZ 4.01 2.95 7.01 -
YUV 49.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 63 38 75 0.16 0.49 0 0.71 280.54 0.33 0.22
Hex 3F 26 4B 10 31 0 47 119 21 16
Octal 77 46 113 20 61 0 107 431 41 26
Binary 111111 100110 1001011 10000 110001 0 1000111 100011001 100001 10110

Color Harmonies of #3F264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F264B

Black with #3F264B

Text Example


Text Example

White with #3F264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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