#443293

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

Shades of Blue Gem #443293

Tints of Blue Gem #443293

Color information

#443293 (or 0x443293) is unknown color: approx Blue Gem. HEX triplet: 44, 32 and 93. RGB value is (68,50,147). Sum of RGB (Red+Green+Blue) = 68+50+147=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #443293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443293 is #BBCD6C. Grayscale: #424242. Windows color (decimal): -12307821 or 9646660. OLE color: 9646660.

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

Color convert

RGB6850147-
CMYK0.540.6600.42
HSL251.13º49.24%38.63%-
HSV(B)251.13º65.99%57.65%-
XYZ8.795.6228.22-
YUV66.44173.46129.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=25.66%
G=18.87%
B=55.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68501470.540.6600.42251.1349.2438.63
Hex443293364202Afb3127
Octal10462223661020523736147
Binary1000100110010100100111101101000010010101011111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443293; }

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

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

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

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

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

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

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

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