#44305C

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

Shades of Jacarta #44305C

Tints of Jacarta #44305C

Color information

#44305C (or 0x44305C) is unknown color: approx Jacarta. HEX triplet: 44, 30 and 5C. RGB value is (68,48,92). Sum of RGB (Red+Green+Blue) = 68+48+92=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #44305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305C is #BBCFA3. Grayscale: #3A3A3A. Windows color (decimal): -12308388 or 6041668. OLE color: 6041668.

HSL color Cylindrical-coordinate representation of color #44305C: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44305C is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB684892-
CMYK0.260.4800.64
HSL267.27º31.43%27.45%-
HSV(B)267.27º47.83%36.08%-
XYZ5.374.1210.64-
YUV59146.63134.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=32.69%
G=23.08%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6848920.260.4800.64267.2731.4327.45
Hex44305C1A3004010b1f1b
Octal10460134326001004133733
Binary1000100110000101110011010110000010000001000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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