#443594

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

Shades of Blue Gem #443594

Tints of Blue Gem #443594

Color information

#443594 (or 0x443594) is unknown color: approx Blue Gem. HEX triplet: 44, 35 and 94. RGB value is (68,53,148). Sum of RGB (Red+Green+Blue) = 68+53+148=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #443594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443594 is #BBCA6B. Grayscale: #434343. Windows color (decimal): -12307052 or 9712964. OLE color: 9712964.

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

Color convert

RGB6853148-
CMYK0.540.6400.42
HSL249.47º47.26%39.41%-
HSV(B)249.47º64.19%58.04%-
XYZ95.9128.68-
YUV68.32172.97127.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=25.28%
G=19.70%
B=55.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68531480.540.6400.42249.4747.2639.41
Hex443594364002Af92f27
Octal10465224661000523715747
Binary1000100110101100101001101101000000010101011111001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443594; }

 p { color: rgb(68,53,148); }

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

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

 a { background-color: rgb(68,53,148); }

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

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

 span { border-color: rgb(68,53,148); }

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