#442C6A

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

Shades of Blue Diamond #442C6A

Tints of Blue Diamond #442C6A

Color information

#442C6A (or 0x442C6A) is unknown color: approx Blue Diamond. HEX triplet: 44, 2C and 6A. RGB value is (68,44,106). Sum of RGB (Red+Green+Blue) = 68+44+106=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #442C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C6A is #BBD395. Grayscale: #3A3A3A. Windows color (decimal): -12309398 or 6958148. OLE color: 6958148.

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

Color convert

RGB6844106-
CMYK0.360.5800.58
HSL263.23º41.33%29.41%-
HSV(B)263.23º58.49%41.57%-
XYZ5.894.0714.11-
YUV58.24154.95134.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=31.19%
G=20.18%
B=48.62%

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
Decimal68441060.360.5800.58263.2341.3329.41
Hex442C6A243A03A107291d
Octal1045415244720724075135
Binary10001001011001101010100100111010011101010000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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