#44328D

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

Shades of Blue Gem #44328D

Tints of Blue Gem #44328D

Color information

#44328D (or 0x44328D) is unknown color: approx Blue Gem. HEX triplet: 44, 32 and 8D. RGB value is (68,50,141). Sum of RGB (Red+Green+Blue) = 68+50+141=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #44328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44328D is #BBCD72. Grayscale: #414141. Windows color (decimal): -12307827 or 9253444. OLE color: 9253444.

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

Color convert

RGB6850141-
CMYK0.520.6500.45
HSL251.87º47.64%37.45%-
HSV(B)251.87º64.54%55.29%-
XYZ8.335.4325.81-
YUV65.76170.46129.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=26.25%
G=19.31%
B=54.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68501410.520.6500.45251.8747.6437.45
Hex44328D344102Dfc3025
Octal10462215641010553746045
Binary1000100110010100011011101001000001010110111111100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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