#44319E

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

Shades of Blue Gem #44319E

Tints of Blue Gem #44319E

Color information

#44319E (or 0x44319E) is unknown color: approx Blue Gem. HEX triplet: 44, 31 and 9E. RGB value is (68,49,158). Sum of RGB (Red+Green+Blue) = 68+49+158=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #44319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44319E is #BBCE61. Grayscale: #424242. Windows color (decimal): -12308066 or 10367300. OLE color: 10367300.

HSL color Cylindrical-coordinate representation of color #44319E: hue angle of 250.46º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44319E is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6849158-
CMYK0.570.6900.38
HSL250.46º52.66%40.59%-
HSV(B)250.46º68.99%61.96%-
XYZ9.655.8932.98-
YUV67.11179.29128.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=24.73%
G=17.82%
B=57.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68491580.570.6900.38250.4652.6640.59
Hex44319E3945026fa3529
Octal10461236711050463726551
Binary1000100110001100111101110011000101010011011111010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44319E; }

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

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

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

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

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

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

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

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