#443365

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

Shades of Meteorite #443365

Tints of Meteorite #443365

Color information

#443365 (or 0x443365) is unknown color: approx Meteorite. HEX triplet: 44, 33 and 65. RGB value is (68,51,101). Sum of RGB (Red+Green+Blue) = 68+51+101=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #443365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443365 is #BBCC9A. Grayscale: #3D3D3D. Windows color (decimal): -12307611 or 6632260. OLE color: 6632260.

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

Color convert

RGB6851101-
CMYK0.330.5000.60
HSL260.4º32.89%29.8%-
HSV(B)260.4º49.5%39.61%-
XYZ5.924.5412.88-
YUV61.78150.13132.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=30.91%
G=23.18%
B=45.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68511010.330.5000.60260.432.8929.8
Hex443365213203C104211e
Octal1046314541620744044136
Binary10001001100111100101100001110010011110010000010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443365; }

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

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

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

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

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

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

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

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