#443391

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

Shades of Blue Gem #443391

Tints of Blue Gem #443391

Color information

#443391 (or 0x443391) is unknown color: approx Blue Gem. HEX triplet: 44, 33 and 91. RGB value is (68,51,145). Sum of RGB (Red+Green+Blue) = 68+51+145=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #443391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443391 is #BBCC6E. Grayscale: #424242. Windows color (decimal): -12307567 or 9515844. OLE color: 9515844.

HSL color Cylindrical-coordinate representation of color #443391: hue angle of 250.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443391 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6851145-
CMYK0.530.6500.43
HSL250.85º47.96%38.43%-
HSV(B)250.85º64.83%56.86%-
XYZ8.685.6427.42-
YUV66.8172.13128.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=25.76%
G=19.32%
B=54.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68511450.530.6500.43250.8547.9638.43
Hex443391354102Bfb3026
Octal10463221651010533736046
Binary1000100110011100100011101011000001010101111111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443391; }

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

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

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

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

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

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

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

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