Html Css Color HEX #3F3554 Jacarta

📋 copy color: '#3F3554'

red 63 ◦ green 53 ◦ blue 84

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

Shades of Jacarta #3F3554

Tints of Jacarta #3F3554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42%

R = 31.5%
G = 26.5%
B = 42%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F3554 (or 0x3F3554) is known color: Jacarta. HEX triplet: 3F, 35 and 54. RGB value is (63,53,84). Sum of RGB (Red+Green+Blue) = 63+53+84=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3554 is #C0CAAB. Grayscale: #3B3B3B. Windows color (decimal): -12634796 or 5518655. OLE color: 5518655.

HSL color Cylindrical-coordinate representation of color #3F3554: hue angle of 259.35º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F3554 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 53 84 -
CMYK 0.25 0.37 0 0.67
HSL 259.35º 0.23% 0.27% -
HSV(B) 259.35º 0.37% 0.33% -
XYZ 4.92 4.24 8.95 -
YUV 59.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 63 53 84 0.25 0.37 0 0.67 259.35 0.23 0.27
Hex 3F 35 54 19 25 0 43 103 17 1B
Octal 77 65 124 31 45 0 103 403 27 33
Binary 111111 110101 1010100 11001 100101 0 1000011 100000011 10111 11011

Color Harmonies of #3F3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3554

Black with #3F3554

Text Example


Text Example

White with #3F3554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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