#442D6A

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

Shades of Blue Diamond #442D6A

Tints of Blue Diamond #442D6A

Color information

#442D6A (or 0x442D6A) is unknown color: approx Blue Diamond. HEX triplet: 44, 2D and 6A. RGB value is (68,45,106). Sum of RGB (Red+Green+Blue) = 68+45+106=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #442D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D6A is #BBD295. Grayscale: #3A3A3A. Windows color (decimal): -12309142 or 6958404. OLE color: 6958404.

HSL color Cylindrical-coordinate representation of color #442D6A: hue angle of 262.62º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #442D6A is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6845106-
CMYK0.360.5800.58
HSL262.62º40.4%29.61%-
HSV(B)262.62º57.55%41.57%-
XYZ5.924.1514.12-
YUV58.83154.62134.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=31.05%
G=20.55%
B=48.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68451060.360.5800.58262.6240.429.61
Hex442D6A243A03A107281e
Octal1045515244720724075036
Binary10001001011011101010100100111010011101010000011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D6A; }

 p { color: rgb(68,45,106); }

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

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

 a { background-color: rgb(68,45,106); }

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

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

 span { border-color: rgb(68,45,106); }

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