#44256C

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

Shades of Blue Diamond #44256C

Tints of Blue Diamond #44256C

Color information

#44256C (or 0x44256C) is unknown color: approx Blue Diamond. HEX triplet: 44, 25 and 6C. RGB value is (68,37,108). Sum of RGB (Red+Green+Blue) = 68+37+108=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #44256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44256C is #BBDA93. Grayscale: #363636. Windows color (decimal): -12311188 or 7087428. OLE color: 7087428.

HSL color Cylindrical-coordinate representation of color #44256C: hue angle of 266.2º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44256C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6837108-
CMYK0.370.6600.58
HSL266.2º48.97%28.43%-
HSV(B)266.2º65.74%42.35%-
XYZ5.753.6314.59-
YUV54.36158.27137.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=31.92%
G=17.37%
B=50.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68371080.370.6600.58266.248.9728.43
Hex44256C254203A10a311c
Octal10445154451020724126134
Binary100010010010111011001001011000010011101010000101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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