Html Css Color HEX #443660 Jacarta

📋 copy color: '#443660'

red 68 ◦ green 54 ◦ blue 96

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

Shades of Jacarta #443660

Tints of Jacarta #443660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 31.19%
G = 24.77%
B = 44.04%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443660 (or 0x443660) is known color: Jacarta. HEX triplet: 44, 36 and 60. RGB value is (68,54,96). Sum of RGB (Red+Green+Blue) = 68+54+96=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #443660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443660 is #BBC99F. Grayscale: #3E3E3E. Windows color (decimal): -12306848 or 6305348. OLE color: 6305348.

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

Color convert

RGB 68 54 96 -
CMYK 0.29 0.44 0 0.62
HSL 260º 0.28% 0.29% -
HSV(B) 260º 0.44% 0.38% -
XYZ 5.81 4.71 11.67 -
YUV 62.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 68 54 96 0.29 0.44 0 0.62 260 0.28 0.29
Hex 44 36 60 1D 2C 0 3E 104 1C 1D
Octal 104 66 140 35 54 0 76 404 34 35
Binary 1000100 110110 1100000 11101 101100 0 111110 100000100 11100 11101

Color Harmonies of #443660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443660

Black with #443660

Text Example


Text Example

White with #443660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443660; }

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

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

background-color css

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

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

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

border-color css

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

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

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