#44266D

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

Shades of Blue Diamond #44266D

Tints of Blue Diamond #44266D

Color information

#44266D (or 0x44266D) is unknown color: approx Blue Diamond. HEX triplet: 44, 26 and 6D. RGB value is (68,38,109). Sum of RGB (Red+Green+Blue) = 68+38+109=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #44266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44266D is #BBD992. Grayscale: #363636. Windows color (decimal): -12310931 or 7153220. OLE color: 7153220.

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

Color convert

RGB6838109-
CMYK0.380.6500.57
HSL265.35º48.3%28.82%-
HSV(B)265.35º65.14%42.75%-
XYZ5.843.7214.88-
YUV55.06158.44137.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=31.63%
G=17.67%
B=50.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68381090.380.6500.57265.3548.328.82
Hex44266D2641039109301d
Octal10446155461010714116035
Binary100010010011011011011001101000001011100110000100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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