#443292

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

Shades of Blue Gem #443292

Tints of Blue Gem #443292

Color information

#443292 (or 0x443292) is unknown color: approx Blue Gem. HEX triplet: 44, 32 and 92. RGB value is (68,50,146). Sum of RGB (Red+Green+Blue) = 68+50+146=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #443292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443292 is #BBCD6D. Grayscale: #414141. Windows color (decimal): -12307822 or 9581124. OLE color: 9581124.

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

Color convert

RGB6850146-
CMYK0.530.6600.43
HSL251.25º48.98%38.43%-
HSV(B)251.25º65.75%57.25%-
XYZ8.715.5927.81-
YUV66.33172.96129.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=25.76%
G=18.94%
B=55.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68501460.530.6600.43251.2548.9838.43
Hex443292354202Bfb3126
Octal10462222651020533736146
Binary1000100110010100100101101011000010010101111111011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443292; }

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

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

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

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

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

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

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

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