#44296D

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

Shades of Blue Diamond #44296D

Tints of Blue Diamond #44296D

Color information

#44296D (or 0x44296D) is unknown color: approx Blue Diamond. HEX triplet: 44, 29 and 6D. RGB value is (68,41,109). Sum of RGB (Red+Green+Blue) = 68+41+109=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #44296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44296D is #BBD692. Grayscale: #383838. Windows color (decimal): -12310163 or 7153988. OLE color: 7153988.

HSL color Cylindrical-coordinate representation of color #44296D: hue angle of 263.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44296D is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6841109-
CMYK0.380.6200.57
HSL263.82º45.33%29.41%-
HSV(B)263.82º62.39%42.75%-
XYZ5.943.9214.91-
YUV56.82157.45135.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 109 (42.97% from 255) = 50%
R=31.19%
G=18.81%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68411090.380.6200.57263.8245.3329.41
Hex44296D263E0391082d1d
Octal1045115546760714105535
Binary10001001010011101101100110111110011100110000100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44296D; }

 p { color: rgb(68,41,109); }

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

<style>
 a { background-color: #44296D; }

 a { background-color: rgb(68,41,109); }

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

<style>
 span { border-color: #44296D; }

 span { border-color: rgb(68,41,109); }

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