Html Css Color HEX #443A5B Jacarta

📋 copy color: '#443A5B'

red 68 ◦ green 58 ◦ blue 91

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

Shades of Jacarta #443A5B

Tints of Jacarta #443A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 31.34%
G = 26.73%
B = 41.94%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#443A5B (or 0x443A5B) is known color: Jacarta. HEX triplet: 44, 3A and 5B. RGB value is (68,58,91). Sum of RGB (Red+Green+Blue) = 68+58+91=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #443A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A5B is #BBC5A4. Grayscale: #404040. Windows color (decimal): -12305829 or 5978692. OLE color: 5978692.

HSL color Cylindrical-coordinate representation of color #443A5B: hue angle of 258.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #443A5B is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 58 91 -
CMYK 0.25 0.36 0 0.64
HSL 258.18º 0.22% 0.29% -
HSV(B) 258.18º 0.36% 0.36% -
XYZ 5.79 5.01 10.56 -
YUV 64.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 68 58 91 0.25 0.36 0 0.64 258.18 0.22 0.29
Hex 44 3A 5B 19 24 0 40 102 16 1D
Octal 104 72 133 31 44 0 100 402 26 35
Binary 1000100 111010 1011011 11001 100100 0 1000000 100000010 10110 11101

Color Harmonies of #443A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A5B

Black with #443A5B

Text Example


Text Example

White with #443A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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