#443996

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

Shades of Blue Gem #443996

Tints of Blue Gem #443996

Color information

#443996 (or 0x443996) is unknown color: approx Blue Gem. HEX triplet: 44, 39 and 96. RGB value is (68,57,150). Sum of RGB (Red+Green+Blue) = 68+57+150=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #443996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443996 is #BBC669. Grayscale: #464646. Windows color (decimal): -12306026 or 9845060. OLE color: 9845060.

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

Color convert

RGB6857150-
CMYK0.550.6200.41
HSL247.1º44.93%40.59%-
HSV(B)247.1º62%58.82%-
XYZ9.356.3629.59-
YUV70.89172.64125.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=24.73%
G=20.73%
B=54.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68571500.550.6200.41247.144.9340.59
Hex443996373E029f72d29
Octal1047122667760513675551
Binary100010011100110010110110111111110010100111110111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443996; }

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

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

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

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

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

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

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

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