#442070

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

Shades of Blue Diamond #442070

Tints of Blue Diamond #442070

Color information

#442070 (or 0x442070) is unknown color: approx Blue Diamond. HEX triplet: 44, 20 and 70. RGB value is (68,32,112). Sum of RGB (Red+Green+Blue) = 68+32+112=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #442070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442070 is #BBDF8F. Grayscale: #333333. Windows color (decimal): -12312464 or 7348292. OLE color: 7348292.

HSL color Cylindrical-coordinate representation of color #442070: hue angle of 267º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442070 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6832112-
CMYK0.390.7100.56
HSL267º55.56%28.24%-
HSV(B)267º71.43%43.92%-
XYZ5.833.4315.68-
YUV51.88161.93139.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=32.08%
G=15.09%
B=52.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68321120.390.7100.5626755.5628.24
Hex442070274703810b381c
Octal10440160471070704137034
Binary100010010000011100001001111000111011100010000101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442070; }

 p { color: rgb(68,32,112); }

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

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

 a { background-color: rgb(68,32,112); }

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

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

 span { border-color: rgb(68,32,112); }

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