#44298D

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

Shades of Blue Gem #44298D

Tints of Blue Gem #44298D

Color information

#44298D (or 0x44298D) is unknown color: approx Blue Gem. HEX triplet: 44, 29 and 8D. RGB value is (68,41,141). Sum of RGB (Red+Green+Blue) = 68+41+141=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #44298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44298D is #BBD672. Grayscale: #3C3C3C. Windows color (decimal): -12310131 or 9251140. OLE color: 9251140.

HSL color Cylindrical-coordinate representation of color #44298D: hue angle of 256.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44298D is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6841141-
CMYK0.520.7100.45
HSL256.2º54.95%35.69%-
HSV(B)256.2º70.92%55.29%-
XYZ7.984.7425.69-
YUV60.47173.45133.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=27.2%
G=16.4%
B=56.4%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68411410.520.7100.45256.254.9535.69
Hex44298D344702D1003724
Octal10451215641070554006744
Binary10001001010011000110111010010001110101101100000000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44298D; }

 p { color: rgb(68,41,141); }

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

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

 a { background-color: rgb(68,41,141); }

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

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

 span { border-color: rgb(68,41,141); }

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