Html Css Color HEX #44335B Jacarta

📋 copy color: '#44335B'

red 68 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #44335B

Tints of Jacarta #44335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 32.38%
G = 24.29%
B = 43.33%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44335B (or 0x44335B) is known color: Jacarta. HEX triplet: 44, 33 and 5B. RGB value is (68,51,91). Sum of RGB (Red+Green+Blue) = 68+51+91=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #44335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44335B is #BBCCA4. Grayscale: #3C3C3C. Windows color (decimal): -12307621 or 5976900. OLE color: 5976900.

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

Color convert

RGB 68 51 91 -
CMYK 0.25 0.44 0 0.64
HSL 265.5º 0.28% 0.28% -
HSV(B) 265.5º 0.44% 0.36% -
XYZ 5.46 4.35 10.45 -
YUV 60.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 68 51 91 0.25 0.44 0 0.64 265.5 0.28 0.28
Hex 44 33 5B 19 2C 0 40 10A 1C 1C
Octal 104 63 133 31 54 0 100 412 34 34
Binary 1000100 110011 1011011 11001 101100 0 1000000 100001010 11100 11100

Color Harmonies of #44335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44335B

Black with #44335B

Text Example


Text Example

White with #44335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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