Html Css Color HEX #44365A Jacarta

📋 copy color: '#44365A'

red 68 ◦ green 54 ◦ blue 90

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

Shades of Jacarta #44365A

Tints of Jacarta #44365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 32.08%
G = 25.47%
B = 42.45%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44365A (or 0x44365A) is known color: Jacarta. HEX triplet: 44, 36 and 5A. RGB value is (68,54,90). Sum of RGB (Red+Green+Blue) = 68+54+90=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #44365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44365A is #BBC9A5. Grayscale: #3E3E3E. Windows color (decimal): -12306854 or 5912132. OLE color: 5912132.

HSL color Cylindrical-coordinate representation of color #44365A: hue angle of 263.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44365A is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 54 90 -
CMYK 0.24 0.40 0 0.65
HSL 263.33º 0.25% 0.28% -
HSV(B) 263.33º 0.4% 0.35% -
XYZ 5.55 4.61 10.27 -
YUV 62.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 68 54 90 0.24 0.40 0 0.65 263.33 0.25 0.28
Hex 44 36 5A 18 28 0 41 107 19 1C
Octal 104 66 132 30 50 0 101 407 31 34
Binary 1000100 110110 1011010 11000 101000 0 1000001 100000111 11001 11100

Color Harmonies of #44365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44365A

Black with #44365A

Text Example


Text Example

White with #44365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44365A; }

 p { color: rgb(68,54,90); }

 H1.HeaderClassName
 {
   color: #44365A;
 }
 .AnyTagClassName
 {
   color: #44365A;
 }
</style>

background-color css

<style>
 a { background-color: #44365A; }

 a { background-color: rgb(68,54,90); }

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

border-color css

<style>
 span { border-color: #44365A; }

 span { border-color: rgb(68,54,90); }

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