Html Css Color HEX #392E5D Jacarta

📋 copy color: '#392E5D'

red 57 ◦ green 46 ◦ blue 93

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

Shades of Jacarta #392E5D

Tints of Jacarta #392E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 29.08%
G = 23.47%
B = 47.45%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#392E5D (or 0x392E5D) is known color: Jacarta. HEX triplet: 39, 2E and 5D. RGB value is (57,46,93). Sum of RGB (Red+Green+Blue) = 57+46+93=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #392E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E5D is #C6D1A2. Grayscale: #363636. Windows color (decimal): -13029795 or 6106681. OLE color: 6106681.

HSL color Cylindrical-coordinate representation of color #392E5D: hue angle of 254.04º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392E5D is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 46 93 -
CMYK 0.39 0.51 0 0.64
HSL 254.04º 0.34% 0.27% -
HSV(B) 254.04º 0.51% 0.36% -
XYZ 4.64 3.61 10.81 -
YUV 54.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 57 46 93 0.39 0.51 0 0.64 254.04 0.34 0.27
Hex 39 2E 5D 27 33 0 40 FE 22 1B
Octal 71 56 135 47 63 0 100 376 42 33
Binary 111001 101110 1011101 100111 110011 0 1000000 11111110 100010 11011

Color Harmonies of #392E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E5D

Black with #392E5D

Text Example


Text Example

White with #392E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392E5D; }

 p { color: rgb(57,46,93); }

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

background-color css

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

 a { background-color: rgb(57,46,93); }

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

border-color css

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

 span { border-color: rgb(57,46,93); }

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