#44339B

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

Shades of Blue Gem #44339B

Tints of Blue Gem #44339B

Color information

#44339B (or 0x44339B) is unknown color: approx Blue Gem. HEX triplet: 44, 33 and 9B. RGB value is (68,51,155). Sum of RGB (Red+Green+Blue) = 68+51+155=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #44339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44339B is #BBCC64. Grayscale: #434343. Windows color (decimal): -12307557 or 10171204. OLE color: 10171204.

HSL color Cylindrical-coordinate representation of color #44339B: hue angle of 249.81º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44339B is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6851155-
CMYK0.560.6700.39
HSL249.81º50.49%40.39%-
HSV(B)249.81º67.1%60.78%-
XYZ9.485.9631.66-
YUV67.94177.13128.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=24.82%
G=18.61%
B=56.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68511550.560.6700.39249.8150.4940.39
Hex44339B3843027fa3228
Octal10463233701030473726250
Binary1000100110011100110111110001000011010011111111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44339B; }

 p { color: rgb(68,51,155); }

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

<style>
 a { background-color: #44339B; }

 a { background-color: rgb(68,51,155); }

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

<style>
 span { border-color: #44339B; }

 span { border-color: rgb(68,51,155); }

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