#44266E

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

Shades of Blue Diamond #44266E

Tints of Blue Diamond #44266E

Color information

#44266E (or 0x44266E) is unknown color: approx Blue Diamond. HEX triplet: 44, 26 and 6E. RGB value is (68,38,110). Sum of RGB (Red+Green+Blue) = 68+38+110=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #44266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44266E is #BBD991. Grayscale: #363636. Windows color (decimal): -12310930 or 7218756. OLE color: 7218756.

HSL color Cylindrical-coordinate representation of color #44266E: hue angle of 265º degrees, saturation: 0.49, 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 #44266E is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6838110-
CMYK0.380.6500.57
HSL265º48.65%29.02%-
HSV(B)265º65.45%43.14%-
XYZ5.893.7415.16-
YUV55.18158.94137.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=31.48%
G=17.59%
B=50.93%

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
Decimal68381100.380.6500.5726548.6529.02
Hex44266E2641039109311d
Octal10446156461010714116135
Binary100010010011011011101001101000001011100110000100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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