Html Css Color HEX #443E5B Jacarta

📋 copy color: '#443E5B'

red 68 ◦ green 62 ◦ blue 91

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

Shades of Jacarta #443E5B

Tints of Jacarta #443E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

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

R = 30.77%
G = 28.05%
B = 41.18%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#443E5B (or 0x443E5B) is known color: Jacarta. HEX triplet: 44, 3E and 5B. RGB value is (68,62,91). Sum of RGB (Red+Green+Blue) = 68+62+91=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #443E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E5B is #BBC1A4. Grayscale: #424242. Windows color (decimal): -12304805 or 5979716. OLE color: 5979716.

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

Color convert

RGB 68 62 91 -
CMYK 0.25 0.32 0 0.64
HSL 252.41º 0.19% 0.3% -
HSV(B) 252.41º 0.32% 0.36% -
XYZ 5.99 5.43 10.63 -
YUV 67.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 68 62 91 0.25 0.32 0 0.64 252.41 0.19 0.3
Hex 44 3E 5B 19 20 0 40 FC 13 1E
Octal 104 76 133 31 40 0 100 374 23 36
Binary 1000100 111110 1011011 11001 100000 0 1000000 11111100 10011 11110

Color Harmonies of #443E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443E5B

Black with #443E5B

Text Example


Text Example

White with #443E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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