#443396

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

Shades of Blue Gem #443396

Tints of Blue Gem #443396

Color information

#443396 (or 0x443396) is unknown color: approx Blue Gem. HEX triplet: 44, 33 and 96. RGB value is (68,51,150). Sum of RGB (Red+Green+Blue) = 68+51+150=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #443396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443396 is #BBCC69. Grayscale: #424242. Windows color (decimal): -12307562 or 9843524. OLE color: 9843524.

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

Color convert

RGB6851150-
CMYK0.550.6600.41
HSL250.3º49.25%39.41%-
HSV(B)250.3º66%58.82%-
XYZ9.075.829.5-
YUV67.37174.63128.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=25.28%
G=18.96%
B=55.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68511500.550.6600.41250.349.2539.41
Hex4433963742029fa3127
Octal10463226671020513726147
Binary1000100110011100101101101111000010010100111111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443396; }

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

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

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

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

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

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

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

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