Html Css Color HEX #44375E Jacarta

📋 copy color: '#44375E'

red 68 ◦ green 55 ◦ blue 94

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

Shades of Jacarta #44375E

Tints of Jacarta #44375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 31.34%
G = 25.35%
B = 43.32%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44375E (or 0x44375E) is known color: Jacarta. HEX triplet: 44, 37 and 5E. RGB value is (68,55,94). Sum of RGB (Red+Green+Blue) = 68+55+94=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #44375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44375E is #BBC8A1. Grayscale: #3F3F3F. Windows color (decimal): -12306594 or 6174532. OLE color: 6174532.

HSL color Cylindrical-coordinate representation of color #44375E: hue angle of 260º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44375E is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 55 94 -
CMYK 0.28 0.41 0 0.63
HSL 260º 0.26% 0.29% -
HSV(B) 260º 0.41% 0.37% -
XYZ 5.77 4.77 11.21 -
YUV 63.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 68 55 94 0.28 0.41 0 0.63 260 0.26 0.29
Hex 44 37 5E 1C 29 0 3F 104 1A 1D
Octal 104 67 136 34 51 0 77 404 32 35
Binary 1000100 110111 1011110 11100 101001 0 111111 100000100 11010 11101

Color Harmonies of #44375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44375E

Black with #44375E

Text Example


Text Example

White with #44375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44375E; }

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

 H1.HeaderClassName
 {
   color: #44375E;
 }
 .AnyTagClassName
 {
   color: #44375E;
 }
</style>

background-color css

<style>
 a { background-color: #44375E; }

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

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

border-color css

<style>
 span { border-color: #44375E; }

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

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