#442B68

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

Shades of Blue Diamond #442B68

Tints of Blue Diamond #442B68

Color information

#442B68 (or 0x442B68) is unknown color: approx Blue Diamond. HEX triplet: 44, 2B and 68. RGB value is (68,43,104). Sum of RGB (Red+Green+Blue) = 68+43+104=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #442B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B68 is #BBD497. Grayscale: #393939. Windows color (decimal): -12309656 or 6826820. OLE color: 6826820.

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

Color convert

RGB6843104-
CMYK0.350.5900.59
HSL264.59º41.5%28.82%-
HSV(B)264.59º58.65%40.78%-
XYZ5.753.9613.56-
YUV57.43154.28135.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=31.63%
G=20%
B=48.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68431040.350.5900.59264.5941.528.82
Hex442B68233B03B109291d
Octal1045315043730734115135
Binary10001001010111101000100011111011011101110000100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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