#442196

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

Shades of Blue Gem #442196

Tints of Blue Gem #442196

Color information

#442196 (or 0x442196) is unknown color: approx Blue Gem. HEX triplet: 44, 21 and 96. RGB value is (68,33,150). Sum of RGB (Red+Green+Blue) = 68+33+150=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #442196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442196 is #BBDE69. Grayscale: #383838. Windows color (decimal): -12312170 or 9838916. OLE color: 9838916.

HSL color Cylindrical-coordinate representation of color #442196: hue angle of 257.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442196 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6833150-
CMYK0.550.7800.41
HSL257.95º63.93%35.88%-
HSV(B)257.95º78%58.82%-
XYZ8.434.5229.28-
YUV56.8180.6135.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=27.09%
G=13.15%
B=59.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68331500.550.7800.41257.9563.9335.88
Hex442196374E0291024024
Octal104412266711605140210044
Binary100010010000110010110110111100111001010011000000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442196; }

 p { color: rgb(68,33,150); }

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

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

 a { background-color: rgb(68,33,150); }

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

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

 span { border-color: rgb(68,33,150); }

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