#44229A

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

Shades of Blue Gem #44229A

Tints of Blue Gem #44229A

Color information

#44229A (or 0x44229A) is unknown color: approx Blue Gem. HEX triplet: 44, 22 and 9A. RGB value is (68,34,154). Sum of RGB (Red+Green+Blue) = 68+34+154=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #44229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44229A is #BBDD65. Grayscale: #393939. Windows color (decimal): -12311910 or 10101316. OLE color: 10101316.

HSL color Cylindrical-coordinate representation of color #44229A: hue angle of 257º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44229A is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6834154-
CMYK0.560.7800.40
HSL257º63.83%36.86%-
HSV(B)257º77.92%60.39%-
XYZ8.794.7131.02-
YUV57.85182.26135.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 154 (60.55% from 255) = 60.16%
R=26.56%
G=13.28%
B=60.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68341540.560.7800.4025763.8336.86
Hex44229A384E0281014025
Octal104422327011605040110045
Binary100010010001010011010111000100111001010001000000011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44229A; }

 p { color: rgb(68,34,154); }

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

<style>
 a { background-color: #44229A; }

 a { background-color: rgb(68,34,154); }

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

<style>
 span { border-color: #44229A; }

 span { border-color: rgb(68,34,154); }

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