Html Css Color HEX #443064 Jacarta

📋 copy color: '#443064'

red 68 ◦ green 48 ◦ blue 100

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

Shades of Jacarta #443064

Tints of Jacarta #443064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 100 (39.45% from 255) = 46.3%

R = 31.48%
G = 22.22%
B = 46.3%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#443064 (or 0x443064) is known color: Jacarta. HEX triplet: 44, 30 and 64. RGB value is (68,48,100). Sum of RGB (Red+Green+Blue) = 68+48+100=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #443064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443064 is #BBCF9B. Grayscale: #3B3B3B. Windows color (decimal): -12308380 or 6565956. OLE color: 6565956.

HSL color Cylindrical-coordinate representation of color #443064: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #443064 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 48 100 -
CMYK 0.32 0.52 0 0.61
HSL 263.08º 0.35% 0.29% -
HSV(B) 263.08º 0.52% 0.39% -
XYZ 5.74 4.26 12.58 -
YUV 59.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 68 48 100 0.32 0.52 0 0.61 263.08 0.35 0.29
Hex 44 30 64 20 34 0 3D 107 23 1D
Octal 104 60 144 40 64 0 75 407 43 35
Binary 1000100 110000 1100100 100000 110100 0 111101 100000111 100011 11101

Color Harmonies of #443064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443064

Black with #443064

Text Example


Text Example

White with #443064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443064; }

 p { color: rgb(68,48,100); }

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

background-color css

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

 a { background-color: rgb(68,48,100); }

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

border-color css

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

 span { border-color: rgb(68,48,100); }

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