#44266C

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

Shades of Blue Diamond #44266C

Tints of Blue Diamond #44266C

Color information

#44266C (or 0x44266C) is unknown color: approx Blue Diamond. HEX triplet: 44, 26 and 6C. RGB value is (68,38,108). Sum of RGB (Red+Green+Blue) = 68+38+108=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #44266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44266C is #BBD993. Grayscale: #363636. Windows color (decimal): -12310932 or 7087684. OLE color: 7087684.

HSL color Cylindrical-coordinate representation of color #44266C: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44266C is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6838108-
CMYK0.370.6500.58
HSL265.71º47.95%28.63%-
HSV(B)265.71º64.81%42.35%-
XYZ5.783.714.6-
YUV54.95157.94137.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=31.78%
G=17.76%
B=50.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68381080.370.6500.58265.7147.9528.63
Hex44266C254103A10a301d
Octal10446154451010724126035
Binary100010010011011011001001011000001011101010000101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44266C; }

 p { color: rgb(68,38,108); }

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

<style>
 a { background-color: #44266C; }

 a { background-color: rgb(68,38,108); }

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

<style>
 span { border-color: #44266C; }

 span { border-color: rgb(68,38,108); }

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