Html Css Color HEX #44355B Jacarta

📋 copy color: '#44355B'

red 68 ◦ green 53 ◦ blue 91

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

Shades of Jacarta #44355B

Tints of Jacarta #44355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

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

R = 32.08%
G = 25%
B = 42.92%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44355B (or 0x44355B) is known color: Jacarta. HEX triplet: 44, 35 and 5B. RGB value is (68,53,91). Sum of RGB (Red+Green+Blue) = 68+53+91=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #44355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44355B is #BBCAA4. Grayscale: #3D3D3D. Windows color (decimal): -12307109 or 5977412. OLE color: 5977412.

HSL color Cylindrical-coordinate representation of color #44355B: hue angle of 263.68º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44355B is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 53 91 -
CMYK 0.25 0.42 0 0.64
HSL 263.68º 0.26% 0.28% -
HSV(B) 263.68º 0.42% 0.36% -
XYZ 5.55 4.53 10.48 -
YUV 61.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 68 53 91 0.25 0.42 0 0.64 263.68 0.26 0.28
Hex 44 35 5B 19 2A 0 40 108 1A 1C
Octal 104 65 133 31 52 0 100 410 32 34
Binary 1000100 110101 1011011 11001 101010 0 1000000 100001000 11010 11100

Color Harmonies of #44355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44355B

Black with #44355B

Text Example


Text Example

White with #44355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44355B; }

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

 H1.HeaderClassName
 {
   color: #44355B;
 }
 .AnyTagClassName
 {
   color: #44355B;
 }
</style>

background-color css

<style>
 a { background-color: #44355B; }

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

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

border-color css

<style>
 span { border-color: #44355B; }

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

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