#44256D

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

Shades of Blue Diamond #44256D

Tints of Blue Diamond #44256D

Color information

#44256D (or 0x44256D) is unknown color: approx Blue Diamond. HEX triplet: 44, 25 and 6D. RGB value is (68,37,109). Sum of RGB (Red+Green+Blue) = 68+37+109=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #44256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44256D is #BBDA92. Grayscale: #363636. Windows color (decimal): -12311187 or 7152964. OLE color: 7152964.

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

Color convert

RGB6837109-
CMYK0.380.6600.57
HSL265.83º49.32%28.63%-
HSV(B)265.83º66.06%42.75%-
XYZ5.813.6614.87-
YUV54.48158.77137.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=31.78%
G=17.29%
B=50.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68371090.380.6600.57265.8349.3228.63
Hex44256D264203910a311d
Octal10445155461020714126135
Binary100010010010111011011001101000010011100110000101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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