#44305D

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

Shades of Jacarta #44305D

Tints of Jacarta #44305D

Color information

#44305D (or 0x44305D) is unknown color: approx Jacarta. HEX triplet: 44, 30 and 5D. RGB value is (68,48,93). Sum of RGB (Red+Green+Blue) = 68+48+93=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #44305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305D is #BBCFA2. Grayscale: #3A3A3A. Windows color (decimal): -12308387 or 6107204. OLE color: 6107204.

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

Color convert

RGB684893-
CMYK0.270.4800.64
HSL266.67º31.91%27.65%-
HSV(B)266.67º48.39%36.47%-
XYZ5.424.1310.87-
YUV59.11147.13134.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=32.54%
G=22.97%
B=44.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6848930.270.4800.64266.6731.9127.65
Hex44305D1B3004010b201c
Octal10460135336001004134034
Binary10001001100001011101110111100000100000010000101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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