Html Css Color HEX #443A58 Jacarta

📋 copy color: '#443A58'

red 68 ◦ green 58 ◦ blue 88

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

Shades of Jacarta #443A58

Tints of Jacarta #443A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 31.78%
G = 27.1%
B = 41.12%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443A58 (or 0x443A58) is known color: Jacarta. HEX triplet: 44, 3A and 58. RGB value is (68,58,88). Sum of RGB (Red+Green+Blue) = 68+58+88=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #443A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A58 is #BBC5A7. Grayscale: #404040. Windows color (decimal): -12305832 or 5782084. OLE color: 5782084.

HSL color Cylindrical-coordinate representation of color #443A58: hue angle of 260º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443A58 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 58 88 -
CMYK 0.23 0.34 0 0.65
HSL 260º 0.21% 0.29% -
HSV(B) 260º 0.34% 0.35% -
XYZ 5.66 4.96 9.89 -
YUV 64.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 68 58 88 0.23 0.34 0 0.65 260 0.21 0.29
Hex 44 3A 58 17 22 0 41 104 15 1D
Octal 104 72 130 27 42 0 101 404 25 35
Binary 1000100 111010 1011000 10111 100010 0 1000001 100000100 10101 11101

Color Harmonies of #443A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A58

Black with #443A58

Text Example


Text Example

White with #443A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443A58; }

 p { color: rgb(68,58,88); }

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

background-color css

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

 a { background-color: rgb(68,58,88); }

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

border-color css

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

 span { border-color: rgb(68,58,88); }

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