Html Css Color HEX #443E5E Jacarta

📋 copy color: '#443E5E'

red 68 ◦ green 62 ◦ blue 94

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

Shades of Jacarta #443E5E

Tints of Jacarta #443E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 30.36%
G = 27.68%
B = 41.96%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#443E5E (or 0x443E5E) is known color: Jacarta. HEX triplet: 44, 3E and 5E. RGB value is (68,62,94). Sum of RGB (Red+Green+Blue) = 68+62+94=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #443E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E5E is #BBC1A1. Grayscale: #434343. Windows color (decimal): -12304802 or 6176324. OLE color: 6176324.

HSL color Cylindrical-coordinate representation of color #443E5E: hue angle of 251.25º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443E5E is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 62 94 -
CMYK 0.28 0.34 0 0.63
HSL 251.25º 0.21% 0.31% -
HSV(B) 251.25º 0.34% 0.37% -
XYZ 6.13 5.48 11.32 -
YUV 67.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 68 62 94 0.28 0.34 0 0.63 251.25 0.21 0.31
Hex 44 3E 5E 1C 22 0 3F FB 15 1F
Octal 104 76 136 34 42 0 77 373 25 37
Binary 1000100 111110 1011110 11100 100010 0 111111 11111011 10101 11111

Color Harmonies of #443E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443E5E

Black with #443E5E

Text Example


Text Example

White with #443E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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