Html Css Color HEX #393559 Jacarta

📋 copy color: '#393559'

red 57 ◦ green 53 ◦ blue 89

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

Shades of Jacarta #393559

Tints of Jacarta #393559

RGB

 RED value IS 57 (22.66% from 255) = 28.64%

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

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

R = 28.64%
G = 26.63%
B = 44.72%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393559 (or 0x393559) is known color: Jacarta. HEX triplet: 39, 35 and 59. RGB value is (57,53,89). Sum of RGB (Red+Green+Blue) = 57+53+89=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #393559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393559 is #C6CAA6. Grayscale: #3A3A3A. Windows color (decimal): -13028007 or 5846329. OLE color: 5846329.

HSL color Cylindrical-coordinate representation of color #393559: hue angle of 246.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 #393559 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 53 89 -
CMYK 0.36 0.40 0 0.65
HSL 246.67º 0.25% 0.28% -
HSV(B) 246.67º 0.4% 0.35% -
XYZ 4.76 4.14 10 -
YUV 58.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 57 53 89 0.36 0.40 0 0.65 246.67 0.25 0.28
Hex 39 35 59 24 28 0 41 F7 19 1C
Octal 71 65 131 44 50 0 101 367 31 34
Binary 111001 110101 1011001 100100 101000 0 1000001 11110111 11001 11100

Color Harmonies of #393559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393559

Black with #393559

Text Example


Text Example

White with #393559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393559; }

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

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

background-color css

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

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

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

border-color css

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

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

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