Html Css Color HEX #393358 Jacarta

📋 copy color: '#393358'

red 57 ◦ green 51 ◦ blue 88

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

Shades of Jacarta #393358

Tints of Jacarta #393358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 29.08%
G = 26.02%
B = 44.9%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393358 (or 0x393358) is known color: Jacarta. HEX triplet: 39, 33 and 58. RGB value is (57,51,88). Sum of RGB (Red+Green+Blue) = 57+51+88=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #393358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393358 is #C6CCA7. Grayscale: #383838. Windows color (decimal): -13028520 or 5780281. OLE color: 5780281.

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

Color convert

RGB 57 51 88 -
CMYK 0.35 0.42 0 0.65
HSL 249.73º 0.27% 0.27% -
HSV(B) 249.73º 0.42% 0.35% -
XYZ 4.63 3.94 9.75 -
YUV 57.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 57 51 88 0.35 0.42 0 0.65 249.73 0.27 0.27
Hex 39 33 58 23 2A 0 41 FA 1B 1B
Octal 71 63 130 43 52 0 101 372 33 33
Binary 111001 110011 1011000 100011 101010 0 1000001 11111010 11011 11011

Color Harmonies of #393358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393358

Black with #393358

Text Example


Text Example

White with #393358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393358; }

 p { color: rgb(57,51,88); }

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

background-color css

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

 a { background-color: rgb(57,51,88); }

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

border-color css

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

 span { border-color: rgb(57,51,88); }

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