#442768

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

Shades of Blue Diamond #442768

Tints of Blue Diamond #442768

Color information

#442768 (or 0x442768) is unknown color: approx Blue Diamond. HEX triplet: 44, 27 and 68. RGB value is (68,39,104). Sum of RGB (Red+Green+Blue) = 68+39+104=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #442768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442768 is #BBD897. Grayscale: #363636. Windows color (decimal): -12310680 or 6825796. OLE color: 6825796.

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

Color convert

RGB6839104-
CMYK0.350.6200.59
HSL266.77º45.45%28.04%-
HSV(B)266.77º62.5%40.78%-
XYZ5.613.6813.51-
YUV55.08155.61137.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=32.23%
G=18.48%
B=49.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68391040.350.6200.59266.7745.4528.04
Hex442768233E03B10b2d1c
Octal1044715043760734135534
Binary10001001001111101000100011111110011101110000101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442768; }

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

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

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

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

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

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

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

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