Html Css Color HEX #393455 Jacarta

📋 copy color: '#393455'

red 57 ◦ green 52 ◦ blue 85

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

Shades of Jacarta #393455

Tints of Jacarta #393455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 29.38%
G = 26.8%
B = 43.81%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393455 (or 0x393455) is known color: Jacarta. HEX triplet: 39, 34 and 55. RGB value is (57,52,85). Sum of RGB (Red+Green+Blue) = 57+52+85=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #393455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393455 is #C6CBAA. Grayscale: #393939. Windows color (decimal): -13028267 or 5583929. OLE color: 5583929.

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

Color convert

RGB 57 52 85 -
CMYK 0.33 0.39 0 0.67
HSL 249.09º 0.24% 0.27% -
HSV(B) 249.09º 0.39% 0.33% -
XYZ 4.56 3.98 9.12 -
YUV 57.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 57 52 85 0.33 0.39 0 0.67 249.09 0.24 0.27
Hex 39 34 55 21 27 0 43 F9 18 1B
Octal 71 64 125 41 47 0 103 371 30 33
Binary 111001 110100 1010101 100001 100111 0 1000011 11111001 11000 11011

Color Harmonies of #393455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393455

Black with #393455

Text Example


Text Example

White with #393455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393455; }

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

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

background-color css

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

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

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

border-color css

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

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

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