Html Css Color HEX #3F3A59 Jacarta

📋 copy color: '#3F3A59'

red 63 ◦ green 58 ◦ blue 89

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

Shades of Jacarta #3F3A59

Tints of Jacarta #3F3A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

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

R = 30%
G = 27.62%
B = 42.38%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3A59 (or 0x3F3A59) is known color: Jacarta. HEX triplet: 3F, 3A and 59. RGB value is (63,58,89). Sum of RGB (Red+Green+Blue) = 63+58+89=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A59 is #C0C5A6. Grayscale: #3E3E3E. Windows color (decimal): -12633511 or 5847615. OLE color: 5847615.

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

Color convert

RGB 63 58 89 -
CMYK 0.29 0.35 0 0.65
HSL 249.68º 0.21% 0.29% -
HSV(B) 249.68º 0.35% 0.35% -
XYZ 5.37 4.8 10.1 -
YUV 63.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 63 58 89 0.29 0.35 0 0.65 249.68 0.21 0.29
Hex 3F 3A 59 1D 23 0 41 FA 15 1D
Octal 77 72 131 35 43 0 101 372 25 35
Binary 111111 111010 1011001 11101 100011 0 1000001 11111010 10101 11101

Color Harmonies of #3F3A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A59

Black with #3F3A59

Text Example


Text Example

White with #3F3A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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