#442693

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

Shades of Blue Gem #442693

Tints of Blue Gem #442693

Color information

#442693 (or 0x442693) is unknown color: approx Blue Gem. HEX triplet: 44, 26 and 93. RGB value is (68,38,147). Sum of RGB (Red+Green+Blue) = 68+38+147=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #442693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442693 is #BBD96C. Grayscale: #3A3A3A. Windows color (decimal): -12310893 or 9643588. OLE color: 9643588.

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

Color convert

RGB6838147-
CMYK0.540.7400.42
HSL256.51º58.92%36.27%-
HSV(B)256.51º74.15%57.65%-
XYZ8.344.7228.08-
YUV59.4177.44134.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=26.88%
G=15.02%
B=58.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68381470.540.7400.42256.5158.9236.27
Hex442693364A02A1013b24
Octal10446223661120524017344
Binary10001001001101001001111011010010100101010100000001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442693; }

 p { color: rgb(68,38,147); }

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

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

 a { background-color: rgb(68,38,147); }

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

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

 span { border-color: rgb(68,38,147); }

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