#44226e

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

Shades of Blue Diamond #44226E

Tints of Blue Diamond #44226E

Color information

#44226E (or 0x44226E) is unknown color: approx Blue Diamond. HEX triplet: 44, 22 and 6E. RGB value is (68,34,110). Sum of RGB (Red+Green+Blue) = 68+34+110=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #44226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44226E is #BBDD91. Grayscale: #343434. Windows color (decimal): -12311954 or 7217732. OLE color: 7217732.

HSL color Cylindrical-coordinate representation of color #44226E: hue angle of 266.84º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44226E is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6834110-
CMYK0.380.6900.57
HSL266.84º52.78%28.24%-
HSV(B)266.84º69.09%43.14%-
XYZ5.773.515.12-
YUV52.83160.26138.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=32.08%
G=16.04%
B=51.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68341100.380.6900.57266.8452.7828.24
Hex44226E264503910b351c
Octal10442156461050714136534
Binary100010010001011011101001101000101011100110000101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44226e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44226e; }

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

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

<style>
 a { background-color: #44226e; }

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

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

<style>
 span { border-color: #44226e; }

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

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