#442B65

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

Shades of Blue Diamond #442B65

Tints of Blue Diamond #442B65

Color information

#442B65 (or 0x442B65) is unknown color: approx Blue Diamond. HEX triplet: 44, 2B and 65. RGB value is (68,43,101). Sum of RGB (Red+Green+Blue) = 68+43+101=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #442B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B65 is #BBD49A. Grayscale: #383838. Windows color (decimal): -12309659 or 6630212. OLE color: 6630212.

HSL color Cylindrical-coordinate representation of color #442B65: hue angle of 265.86º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442B65 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6843101-
CMYK0.330.5700.60
HSL265.86º40.28%28.24%-
HSV(B)265.86º57.43%39.61%-
XYZ5.63.912.77-
YUV57.09152.78135.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=32.08%
G=20.28%
B=47.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68431010.330.5700.60265.8640.2828.24
Hex442B65213903C10a281c
Octal1045314541710744125034
Binary10001001010111100101100001111001011110010000101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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