Html Css Color HEX #443B58 Jacarta

📋 copy color: '#443B58'

red 68 ◦ green 59 ◦ blue 88

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

Shades of Jacarta #443B58

Tints of Jacarta #443B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

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

R = 31.63%
G = 27.44%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443B58 (or 0x443B58) is known color: Jacarta. HEX triplet: 44, 3B and 58. RGB value is (68,59,88). Sum of RGB (Red+Green+Blue) = 68+59+88=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #443B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B58 is #BBC4A7. Grayscale: #404040. Windows color (decimal): -12305576 or 5782340. OLE color: 5782340.

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

Color convert

RGB 68 59 88 -
CMYK 0.23 0.33 0 0.65
HSL 258.62º 0.2% 0.29% -
HSV(B) 258.62º 0.33% 0.35% -
XYZ 5.71 5.06 9.91 -
YUV 65 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 68 59 88 0.23 0.33 0 0.65 258.62 0.2 0.29
Hex 44 3B 58 17 21 0 41 103 14 1D
Octal 104 73 130 27 41 0 101 403 24 35
Binary 1000100 111011 1011000 10111 100001 0 1000001 100000011 10100 11101

Color Harmonies of #443B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B58

Black with #443B58

Text Example


Text Example

White with #443B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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