#443694

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

Shades of Blue Gem #443694

Tints of Blue Gem #443694

Color information

#443694 (or 0x443694) is unknown color: approx Blue Gem. HEX triplet: 44, 36 and 94. RGB value is (68,54,148). Sum of RGB (Red+Green+Blue) = 68+54+148=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #443694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443694 is #BBC96B. Grayscale: #444444. Windows color (decimal): -12306796 or 9713220. OLE color: 9713220.

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

Color convert

RGB6854148-
CMYK0.540.6400.42
HSL248.94º46.53%39.61%-
HSV(B)248.94º63.51%58.04%-
XYZ9.056.0128.7-
YUV68.9172.64127.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 148 (58.20% from 255) = 54.81%
R=25.19%
G=20%
B=54.81%

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
Decimal68541480.540.6400.42248.9446.5339.61
Hex443694364002Af92f28
Octal10466224661000523715750
Binary1000100110110100101001101101000000010101011111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443694; }

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

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

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

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

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

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

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

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