#443795

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

Shades of Blue Gem #443795

Tints of Blue Gem #443795

Color information

#443795 (or 0x443795) is unknown color: approx Blue Gem. HEX triplet: 44, 37 and 95. RGB value is (68,55,149). Sum of RGB (Red+Green+Blue) = 68+55+149=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #443795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443795 is #BBC86A. Grayscale: #454545. Windows color (decimal): -12306539 or 9779012. OLE color: 9779012.

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

Color convert

RGB6855149-
CMYK0.540.6300.42
HSL248.3º46.08%40%-
HSV(B)248.3º63.09%58.43%-
XYZ9.176.1329.13-
YUV69.6172.81126.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=25%
G=20.22%
B=54.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68551490.540.6300.42248.346.0840
Hex443795363F02Af82e28
Octal1046722566770523705650
Binary100010011011110010101110110111111010101011111000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443795; }

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

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

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

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

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

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

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

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