#44276D

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

Shades of Blue Diamond #44276D

Tints of Blue Diamond #44276D

Color information

#44276D (or 0x44276D) is unknown color: approx Blue Diamond. HEX triplet: 44, 27 and 6D. RGB value is (68,39,109). Sum of RGB (Red+Green+Blue) = 68+39+109=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #44276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44276D is #BBD892. Grayscale: #373737. Windows color (decimal): -12310675 or 7153476. OLE color: 7153476.

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

Color convert

RGB6839109-
CMYK0.380.6400.57
HSL264.86º47.3%29.02%-
HSV(B)264.86º64.22%42.75%-
XYZ5.873.7814.89-
YUV55.65158.11136.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=31.48%
G=18.06%
B=50.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68391090.380.6400.57264.8647.329.02
Hex44276D26400391092f1d
Octal10447155461000714115735
Binary100010010011111011011001101000000011100110000100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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