Html Css Color HEX #393059 Jacarta

📋 copy color: '#393059'

red 57 ◦ green 48 ◦ blue 89

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

Shades of Jacarta #393059

Tints of Jacarta #393059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

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

R = 29.38%
G = 24.74%
B = 45.88%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393059 (or 0x393059) is known color: Jacarta. HEX triplet: 39, 30 and 59. RGB value is (57,48,89). Sum of RGB (Red+Green+Blue) = 57+48+89=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #393059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393059 is #C6CFA6. Grayscale: #373737. Windows color (decimal): -13029287 or 5845049. OLE color: 5845049.

HSL color Cylindrical-coordinate representation of color #393059: hue angle of 253.17º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393059 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 48 89 -
CMYK 0.36 0.46 0 0.65
HSL 253.17º 0.3% 0.27% -
HSV(B) 253.17º 0.46% 0.35% -
XYZ 4.55 3.71 9.93 -
YUV 55.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 57 48 89 0.36 0.46 0 0.65 253.17 0.3 0.27
Hex 39 30 59 24 2E 0 41 FD 1E 1B
Octal 71 60 131 44 56 0 101 375 36 33
Binary 111001 110000 1011001 100100 101110 0 1000001 11111101 11110 11011

Color Harmonies of #393059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393059

Black with #393059

Text Example


Text Example

White with #393059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393059; }

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

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

background-color css

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

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

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

border-color css

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

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

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