Html Css Color HEX #392D60 Jacarta

📋 copy color: '#392D60'

red 57 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #392D60

Tints of Jacarta #392D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 28.79%
G = 22.73%
B = 48.48%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#392D60 (or 0x392D60) is known color: Jacarta. HEX triplet: 39, 2D and 60. RGB value is (57,45,96). Sum of RGB (Red+Green+Blue) = 57+45+96=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #392D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D60 is #C6D29F. Grayscale: #363636. Windows color (decimal): -13030048 or 6303033. OLE color: 6303033.

HSL color Cylindrical-coordinate representation of color #392D60: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392D60 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 45 96 -
CMYK 0.41 0.53 0 0.62
HSL 254.12º 0.36% 0.28% -
HSV(B) 254.12º 0.53% 0.38% -
XYZ 4.74 3.59 11.51 -
YUV 54.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 57 45 96 0.41 0.53 0 0.62 254.12 0.36 0.28
Hex 39 2D 60 29 35 0 3E FE 24 1C
Octal 71 55 140 51 65 0 76 376 44 34
Binary 111001 101101 1100000 101001 110101 0 111110 11111110 100100 11100

Color Harmonies of #392D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D60

Black with #392D60

Text Example


Text Example

White with #392D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,45,96); }

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

background-color css

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

 a { background-color: rgb(57,45,96); }

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

border-color css

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

 span { border-color: rgb(57,45,96); }

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