#443193

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

Shades of Blue Gem #443193

Tints of Blue Gem #443193

Color information

#443193 (or 0x443193) is unknown color: approx Blue Gem. HEX triplet: 44, 31 and 93. RGB value is (68,49,147). Sum of RGB (Red+Green+Blue) = 68+49+147=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #443193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443193 is #BBCE6C. Grayscale: #414141. Windows color (decimal): -12308077 or 9646404. OLE color: 9646404.

HSL color Cylindrical-coordinate representation of color #443193: hue angle of 251.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443193 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6849147-
CMYK0.540.6700.42
HSL251.63º50%38.43%-
HSV(B)251.63º66.67%57.65%-
XYZ8.755.5328.21-
YUV65.85173.79129.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=25.76%
G=18.56%
B=55.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68491470.540.6700.42251.635038.43
Hex443193364302Afc3226
Octal10461223661030523746246
Binary1000100110001100100111101101000011010101011111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443193; }

 p { color: rgb(68,49,147); }

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

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

 a { background-color: rgb(68,49,147); }

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

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

 span { border-color: rgb(68,49,147); }

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