#442371

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

Shades of Blue Diamond #442371

Tints of Blue Diamond #442371

Color information

#442371 (or 0x442371) is unknown color: approx Blue Diamond. HEX triplet: 44, 23 and 71. RGB value is (68,35,113). Sum of RGB (Red+Green+Blue) = 68+35+113=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #442371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442371 is #BBDC8E. Grayscale: #353535. Windows color (decimal): -12311695 or 7414596. OLE color: 7414596.

HSL color Cylindrical-coordinate representation of color #442371: hue angle of 265.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442371 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6835113-
CMYK0.400.6900.56
HSL265.38º52.7%29.02%-
HSV(B)265.38º69.03%44.31%-
XYZ5.973.6216.01-
YUV53.76161.43138.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=31.48%
G=16.20%
B=52.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68351130.400.6900.56265.3852.729.02
Hex4423712845038109351d
Octal10443161501050704116535
Binary100010010001111100011010001000101011100010000100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442371; }

 p { color: rgb(68,35,113); }

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

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

 a { background-color: rgb(68,35,113); }

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

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

 span { border-color: rgb(68,35,113); }

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