#44276E

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

Shades of Blue Diamond #44276E

Tints of Blue Diamond #44276E

Color information

#44276E (or 0x44276E) is unknown color: approx Blue Diamond. HEX triplet: 44, 27 and 6E. RGB value is (68,39,110). Sum of RGB (Red+Green+Blue) = 68+39+110=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #44276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44276E is #BBD891. Grayscale: #373737. Windows color (decimal): -12310674 or 7219012. OLE color: 7219012.

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

Color convert

RGB6839110-
CMYK0.380.6500.57
HSL264.51º47.65%29.22%-
HSV(B)264.51º64.55%43.14%-
XYZ5.923.8115.17-
YUV55.76158.61136.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=31.34%
G=17.97%
B=50.69%

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
Decimal68391100.380.6500.57264.5147.6529.22
Hex44276E2641039109301d
Octal10447156461010714116035
Binary100010010011111011101001101000001011100110000100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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