#442569

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

Shades of Blue Diamond #442569

Tints of Blue Diamond #442569

Color information

#442569 (or 0x442569) is unknown color: approx Blue Diamond. HEX triplet: 44, 25 and 69. RGB value is (68,37,105). Sum of RGB (Red+Green+Blue) = 68+37+105=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #442569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442569 is #BBDA96. Grayscale: #353535. Windows color (decimal): -12311191 or 6890820. OLE color: 6890820.

HSL color Cylindrical-coordinate representation of color #442569: hue angle of 267.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442569 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6837105-
CMYK0.350.6500.59
HSL267.35º47.89%27.84%-
HSV(B)267.35º64.76%41.18%-
XYZ5.63.5713.76-
YUV54.02156.77137.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 105 (41.41% from 255) = 50%
R=32.38%
G=17.62%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68371050.350.6500.59267.3547.8927.84
Hex442569234103B10b301c
Octal10445151431010734136034
Binary100010010010111010011000111000001011101110000101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442569; }

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

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

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

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

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

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

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

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