#44389D

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

Shades of Blue Gem #44389D

Tints of Blue Gem #44389D

Color information

#44389D (or 0x44389D) is unknown color: approx Blue Gem. HEX triplet: 44, 38 and 9D. RGB value is (68,56,157). Sum of RGB (Red+Green+Blue) = 68+56+157=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #44389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44389D is #BBC762. Grayscale: #464646. Windows color (decimal): -12306275 or 10303556. OLE color: 10303556.

HSL color Cylindrical-coordinate representation of color #44389D: hue angle of 247.13º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44389D is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6856157-
CMYK0.570.6400.38
HSL247.13º47.42%41.76%-
HSV(B)247.13º64.33%61.57%-
XYZ9.886.4932.63-
YUV71.1176.48125.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=24.20%
G=19.93%
B=55.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68561570.570.6400.38247.1347.4241.76
Hex44389D3940026f72f2a
Octal10470235711000463675752
Binary1000100111000100111011110011000000010011011110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,56,157); }

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

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

 a { background-color: rgb(68,56,157); }

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

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

 span { border-color: rgb(68,56,157); }

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