#442568

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

Shades of Blue Diamond #442568

Tints of Blue Diamond #442568

Color information

#442568 (or 0x442568) is unknown color: approx Blue Diamond. HEX triplet: 44, 25 and 68. RGB value is (68,37,104). Sum of RGB (Red+Green+Blue) = 68+37+104=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #442568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442568 is #BBDA97. Grayscale: #353535. Windows color (decimal): -12311192 or 6825284. OLE color: 6825284.

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

Color convert

RGB6837104-
CMYK0.350.6400.59
HSL267.76º47.52%27.65%-
HSV(B)267.76º64.42%40.78%-
XYZ5.543.5513.49-
YUV53.91156.27138.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=32.54%
G=17.70%
B=49.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68371040.350.6400.59267.7647.5227.65
Hex442568234003B10c301c
Octal10445150431000734146034
Binary100010010010111010001000111000000011101110000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442568; }

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

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

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

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

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

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

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

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