#44355C

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

Shades of Jacarta #44355C

Tints of Jacarta #44355C

Color information

#44355C (or 0x44355C) is unknown color: approx Jacarta. HEX triplet: 44, 35 and 5C. RGB value is (68,53,92). Sum of RGB (Red+Green+Blue) = 68+53+92=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #44355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44355C is #BBCAA3. Grayscale: #3D3D3D. Windows color (decimal): -12307108 or 6042948. OLE color: 6042948.

HSL color Cylindrical-coordinate representation of color #44355C: hue angle of 263.08º degrees, saturation: 0.27, 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 #44355C is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB685392-
CMYK0.260.4200.64
HSL263.08º26.9%28.43%-
HSV(B)263.08º42.39%36.08%-
XYZ5.594.5510.71-
YUV61.93144.97132.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=31.92%
G=24.88%
B=43.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6853920.260.4200.64263.0826.928.43
Hex44355C1A2A0401071b1c
Octal10465134325201004073334
Binary1000100110101101110011010101010010000001000001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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