Html Css Color HEX #3F3559 Jacarta

📋 copy color: '#3F3559'

red 63 ◦ green 53 ◦ blue 89

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

Shades of Jacarta #3F3559

Tints of Jacarta #3F3559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 30.73%
G = 25.85%
B = 43.41%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3559 (or 0x3F3559) is known color: Jacarta. HEX triplet: 3F, 35 and 59. RGB value is (63,53,89). Sum of RGB (Red+Green+Blue) = 63+53+89=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3559 is #C0CAA6. Grayscale: #3B3B3B. Windows color (decimal): -12634791 or 5846335. OLE color: 5846335.

HSL color Cylindrical-coordinate representation of color #3F3559: hue angle of 256.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3559 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 53 89 -
CMYK 0.29 0.40 0 0.65
HSL 256.67º 0.25% 0.28% -
HSV(B) 256.67º 0.4% 0.35% -
XYZ 5.13 4.32 10.02 -
YUV 60.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 63 53 89 0.29 0.40 0 0.65 256.67 0.25 0.28
Hex 3F 35 59 1D 28 0 41 101 19 1C
Octal 77 65 131 35 50 0 101 401 31 34
Binary 111111 110101 1011001 11101 101000 0 1000001 100000001 11001 11100

Color Harmonies of #3F3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3559

Black with #3F3559

Text Example


Text Example

White with #3F3559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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