Html Css Color HEX #3F3459 Jacarta

📋 copy color: '#3F3459'

red 63 ◦ green 52 ◦ blue 89

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

Shades of Jacarta #3F3459

Tints of Jacarta #3F3459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 30.88%
G = 25.49%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3459 (or 0x3F3459) is known color: Jacarta. HEX triplet: 3F, 34 and 59. RGB value is (63,52,89). Sum of RGB (Red+Green+Blue) = 63+52+89=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3459 is #C0CBA6. Grayscale: #3B3B3B. Windows color (decimal): -12635047 or 5846079. OLE color: 5846079.

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

Color convert

RGB 63 52 89 -
CMYK 0.29 0.42 0 0.65
HSL 257.84º 0.26% 0.28% -
HSV(B) 257.84º 0.42% 0.35% -
XYZ 5.08 4.23 10 -
YUV 59.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 63 52 89 0.29 0.42 0 0.65 257.84 0.26 0.28
Hex 3F 34 59 1D 2A 0 41 102 1A 1C
Octal 77 64 131 35 52 0 101 402 32 34
Binary 111111 110100 1011001 11101 101010 0 1000001 100000010 11010 11100

Color Harmonies of #3F3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3459

Black with #3F3459

Text Example


Text Example

White with #3F3459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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