Html Css Color HEX #393654 Jacarta

📋 copy color: '#393654'

red 57 ◦ green 54 ◦ blue 84

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

Shades of Jacarta #393654

Tints of Jacarta #393654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 29.23%
G = 27.69%
B = 43.08%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393654 (or 0x393654) is known color: Jacarta. HEX triplet: 39, 36 and 54. RGB value is (57,54,84). Sum of RGB (Red+Green+Blue) = 57+54+84=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #393654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393654 is #C6C9AB. Grayscale: #3A3A3A. Windows color (decimal): -13027756 or 5518905. OLE color: 5518905.

HSL color Cylindrical-coordinate representation of color #393654: hue angle of 246º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #393654 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 54 84 -
CMYK 0.32 0.36 0 0.67
HSL 246º 0.22% 0.27% -
HSV(B) 246º 0.36% 0.33% -
XYZ 4.61 4.15 8.95 -
YUV 58.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 57 54 84 0.32 0.36 0 0.67 246 0.22 0.27
Hex 39 36 54 20 24 0 43 F6 16 1B
Octal 71 66 124 40 44 0 103 366 26 33
Binary 111001 110110 1010100 100000 100100 0 1000011 11110110 10110 11011

Color Harmonies of #393654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393654

Black with #393654

Text Example


Text Example

White with #393654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393654; }

 p { color: rgb(57,54,84); }

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

background-color css

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

 a { background-color: rgb(57,54,84); }

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

border-color css

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

 span { border-color: rgb(57,54,84); }

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