#443696

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

Shades of Blue Gem #443696

Tints of Blue Gem #443696

Color information

#443696 (or 0x443696) is unknown color: approx Blue Gem. HEX triplet: 44, 36 and 96. RGB value is (68,54,150). Sum of RGB (Red+Green+Blue) = 68+54+150=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #443696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443696 is #BBC969. Grayscale: #444444. Windows color (decimal): -12306794 or 9844292. OLE color: 9844292.

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

Color convert

RGB6854150-
CMYK0.550.6400.41
HSL248.75º47.06%40%-
HSV(B)248.75º64%58.82%-
XYZ9.216.0729.54-
YUV69.13173.64127.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=25%
G=19.85%
B=55.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68541500.550.6400.41248.7547.0640
Hex4436963740029f92f28
Octal10466226671000513715750
Binary1000100110110100101101101111000000010100111111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443696; }

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

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

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

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

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

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

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

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