#44239E

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

Shades of Blue Gem #44239E

Tints of Blue Gem #44239E

Color information

#44239E (or 0x44239E) is unknown color: approx Blue Gem. HEX triplet: 44, 23 and 9E. RGB value is (68,35,158). Sum of RGB (Red+Green+Blue) = 68+35+158=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #44239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44239E is #BBDC61. Grayscale: #3A3A3A. Windows color (decimal): -12311650 or 10363716. OLE color: 10363716.

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

Color convert

RGB6835158-
CMYK0.570.7800.38
HSL256.1º63.73%37.84%-
HSV(B)256.1º77.85%61.96%-
XYZ9.164.932.81-
YUV58.89183.93134.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=26.05%
G=13.41%
B=60.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68351580.570.7800.38256.163.7337.84
Hex44239E394E0261004026
Octal104432367111604640010046
Binary100010010001110011110111001100111001001101000000001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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