#44389C

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

Shades of Blue Gem #44389C

Tints of Blue Gem #44389C

Color information

#44389C (or 0x44389C) is unknown color: approx Blue Gem. HEX triplet: 44, 38 and 9C. RGB value is (68,56,156). Sum of RGB (Red+Green+Blue) = 68+56+156=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #44389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44389C is #BBC763. Grayscale: #464646. Windows color (decimal): -12306276 or 10238020. OLE color: 10238020.

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

Color convert

RGB6856156-
CMYK0.560.6400.39
HSL247.2º47.17%41.57%-
HSV(B)247.2º64.1%61.18%-
XYZ9.86.4632.18-
YUV70.99175.98125.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=24.29%
G=20%
B=55.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68561560.560.6400.39247.247.1741.57
Hex44389C3840027f72f2a
Octal10470234701000473675752
Binary1000100111000100111001110001000000010011111110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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