Html Css Color HEX #393357 Jacarta

📋 copy color: '#393357'

red 57 ◦ green 51 ◦ blue 87

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

Shades of Jacarta #393357

Tints of Jacarta #393357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 29.23%
G = 26.15%
B = 44.62%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#393357 (or 0x393357) is known color: Jacarta. HEX triplet: 39, 33 and 57. RGB value is (57,51,87). Sum of RGB (Red+Green+Blue) = 57+51+87=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #393357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393357 is #C6CCA8. Grayscale: #383838. Windows color (decimal): -13028521 or 5714745. OLE color: 5714745.

HSL color Cylindrical-coordinate representation of color #393357: hue angle of 250º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393357 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 51 87 -
CMYK 0.34 0.41 0 0.66
HSL 250º 0.26% 0.27% -
HSV(B) 250º 0.41% 0.34% -
XYZ 4.59 3.93 9.53 -
YUV 56.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 57 51 87 0.34 0.41 0 0.66 250 0.26 0.27
Hex 39 33 57 22 29 0 42 FA 1A 1B
Octal 71 63 127 42 51 0 102 372 32 33
Binary 111001 110011 1010111 100010 101001 0 1000010 11111010 11010 11011

Color Harmonies of #393357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393357

Black with #393357

Text Example


Text Example

White with #393357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393357; }

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

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

background-color css

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

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

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

border-color css

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

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

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