Html Css Color HEX #443960 Jacarta

📋 copy color: '#443960'

red 68 ◦ green 57 ◦ blue 96

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

Shades of Jacarta #443960

Tints of Jacarta #443960

RGB

 RED value IS 68 (26.95% from 255) = 30.77%

 GREEN value IS 57 (22.66% from 255) = 25.79%

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

R = 30.77%
G = 25.79%
B = 43.44%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443960 (or 0x443960) is known color: Jacarta. HEX triplet: 44, 39 and 60. RGB value is (68,57,96). Sum of RGB (Red+Green+Blue) = 68+57+96=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #443960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443960 is #BBC69F. Grayscale: #404040. Windows color (decimal): -12306080 or 6306116. OLE color: 6306116.

HSL color Cylindrical-coordinate representation of color #443960: hue angle of 256.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443960 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 57 96 -
CMYK 0.29 0.41 0 0.62
HSL 256.92º 0.25% 0.3% -
HSV(B) 256.92º 0.41% 0.38% -
XYZ 5.96 5 11.72 -
YUV 64.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 68 57 96 0.29 0.41 0 0.62 256.92 0.25 0.3
Hex 44 39 60 1D 29 0 3E 101 19 1E
Octal 104 71 140 35 51 0 76 401 31 36
Binary 1000100 111001 1100000 11101 101001 0 111110 100000001 11001 11110

Color Harmonies of #443960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443960

Black with #443960

Text Example


Text Example

White with #443960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443960; }

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

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

background-color css

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

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

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

border-color css

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

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

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