#442495

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

Shades of Blue Gem #442495

Tints of Blue Gem #442495

Color information

#442495 (or 0x442495) is unknown color: approx Blue Gem. HEX triplet: 44, 24 and 95. RGB value is (68,36,149). Sum of RGB (Red+Green+Blue) = 68+36+149=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #442495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442495 is #BBDB6A. Grayscale: #3A3A3A. Windows color (decimal): -12311403 or 9774148. OLE color: 9774148.

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

Color convert

RGB6836149-
CMYK0.540.7600.42
HSL256.99º61.08%36.27%-
HSV(B)256.99º75.84%58.43%-
XYZ8.444.6628.89-
YUV58.45179.1134.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=26.88%
G=14.23%
B=58.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68361490.540.7600.42256.9961.0836.27
Hex442495364C02A1013d24
Octal10444225661140524017544
Binary10001001001001001010111011010011000101010100000001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442495; }

 p { color: rgb(68,36,149); }

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

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

 a { background-color: rgb(68,36,149); }

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

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

 span { border-color: rgb(68,36,149); }

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