#44385F

Color #44385F Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #44385F

Tints of Jacarta #44385F

Color information

#44385F (or 0x44385F) is unknown color: approx Jacarta. HEX triplet: 44, 38 and 5F. RGB value is (68,56,95). Sum of RGB (Red+Green+Blue) = 68+56+95=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #44385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44385F is #BBC7A0. Grayscale: #3F3F3F. Windows color (decimal): -12306337 or 6240324. OLE color: 6240324.

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

Color convert

RGB685695-
CMYK0.280.4100.63
HSL258.46º25.83%29.61%-
HSV(B)258.46º41.05%37.25%-
XYZ5.864.8811.46-
YUV64.03145.48130.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=31.05%
G=25.57%
B=43.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6856950.280.4100.63258.4625.8329.61
Hex44385F1C2903F1021a1e
Octal1047013734510774023236
Binary100010011100010111111110010100101111111000000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44385F; }

 p { color: rgb(68,56,95); }

 H1.HeaderClassName
 {
   color: #44385F;
 }
 .AnyTagClassName
 {
   color: #44385F;
 }
</style>
background-color css

<style>
 a { background-color: #44385F; }

 a { background-color: rgb(68,56,95); }

 div.DivClassName
 {
   background-color: #44385F;
 }
 .BgClassName
 {
   background-color: #44385F;
 }
</style>
border-color css

<style>
 span { border-color: #44385F; }

 span { border-color: rgb(68,56,95); }

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