#443596

Color #443596 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #443596

Tints of Blue Gem #443596

Color information

#443596 (or 0x443596) is unknown color: approx Blue Gem. HEX triplet: 44, 35 and 96. RGB value is (68,53,150). Sum of RGB (Red+Green+Blue) = 68+53+150=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #443596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443596 is #BBCA69. Grayscale: #444444. Windows color (decimal): -12307050 or 9844036. OLE color: 9844036.

HSL color Cylindrical-coordinate representation of color #443596: hue angle of 249.28º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443596 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6853150-
CMYK0.550.6500.41
HSL249.28º47.78%39.8%-
HSV(B)249.28º64.67%58.82%-
XYZ9.165.9829.52-
YUV68.54173.97127.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=25.09%
G=19.56%
B=55.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68531500.550.6500.41249.2847.7839.8
Hex4435963741029f93028
Octal10465226671010513716050
Binary1000100110101100101101101111000001010100111111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443596; }

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

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

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

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

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

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

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

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