Html Css Color HEX #44375C Jacarta

📋 copy color: '#44375C'

red 68 ◦ green 55 ◦ blue 92

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

Shades of Jacarta #44375C

Tints of Jacarta #44375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 31.63%
G = 25.58%
B = 42.79%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44375C (or 0x44375C) is known color: Jacarta. HEX triplet: 44, 37 and 5C. RGB value is (68,55,92). Sum of RGB (Red+Green+Blue) = 68+55+92=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #44375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44375C is #BBC8A3. Grayscale: #3E3E3E. Windows color (decimal): -12306596 or 6043460. OLE color: 6043460.

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

Color convert

RGB 68 55 92 -
CMYK 0.26 0.40 0 0.64
HSL 261.08º 0.25% 0.29% -
HSV(B) 261.08º 0.4% 0.36% -
XYZ 5.68 4.73 10.74 -
YUV 63.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 68 55 92 0.26 0.40 0 0.64 261.08 0.25 0.29
Hex 44 37 5C 1A 28 0 40 105 19 1D
Octal 104 67 134 32 50 0 100 405 31 35
Binary 1000100 110111 1011100 11010 101000 0 1000000 100000101 11001 11101

Color Harmonies of #44375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44375C

Black with #44375C

Text Example


Text Example

White with #44375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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