Html Css Color HEX #393459 Jacarta

📋 copy color: '#393459'

red 57 ◦ green 52 ◦ blue 89

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

Shades of Jacarta #393459

Tints of Jacarta #393459

RGB

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

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

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

R = 28.79%
G = 26.26%
B = 44.95%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393459 (or 0x393459) is known color: Jacarta. HEX triplet: 39, 34 and 59. RGB value is (57,52,89). Sum of RGB (Red+Green+Blue) = 57+52+89=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #393459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393459 is #C6CBA6. Grayscale: #393939. Windows color (decimal): -13028263 or 5846073. OLE color: 5846073.

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

Color convert

RGB 57 52 89 -
CMYK 0.36 0.42 0 0.65
HSL 248.11º 0.26% 0.28% -
HSV(B) 248.11º 0.42% 0.35% -
XYZ 4.72 4.05 9.98 -
YUV 57.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 57 52 89 0.36 0.42 0 0.65 248.11 0.26 0.28
Hex 39 34 59 24 2A 0 41 F8 1A 1C
Octal 71 64 131 44 52 0 101 370 32 34
Binary 111001 110100 1011001 100100 101010 0 1000001 11111000 11010 11100

Color Harmonies of #393459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393459

Black with #393459

Text Example


Text Example

White with #393459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393459; }

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

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

background-color css

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

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

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

border-color css

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

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

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