#442567

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

Shades of Blue Diamond #442567

Tints of Blue Diamond #442567

Color information

#442567 (or 0x442567) is unknown color: approx Blue Diamond. HEX triplet: 44, 25 and 67. RGB value is (68,37,103). Sum of RGB (Red+Green+Blue) = 68+37+103=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #442567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442567 is #BBDA98. Grayscale: #353535. Windows color (decimal): -12311193 or 6759748. OLE color: 6759748.

HSL color Cylindrical-coordinate representation of color #442567: hue angle of 268.18º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #442567 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6837103-
CMYK0.340.6400.60
HSL268.18º47.14%27.45%-
HSV(B)268.18º64.08%40.39%-
XYZ5.493.5313.22-
YUV53.79155.77138.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=32.69%
G=17.79%
B=49.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68371030.340.6400.60268.1847.1427.45
Hex442567224003C10c2f1b
Octal10445147421000744145733
Binary100010010010111001111000101000000011110010000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442567; }

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

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

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

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

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

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

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

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