#44359D

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

Shades of Blue Gem #44359D

Tints of Blue Gem #44359D

Color information

#44359D (or 0x44359D) is unknown color: approx Blue Gem. HEX triplet: 44, 35 and 9D. RGB value is (68,53,157). Sum of RGB (Red+Green+Blue) = 68+53+157=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #44359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44359D is #BBCA62. Grayscale: #444444. Windows color (decimal): -12307043 or 10302788. OLE color: 10302788.

HSL color Cylindrical-coordinate representation of color #44359D: hue angle of 248.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44359D is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6853157-
CMYK0.570.6600.38
HSL248.65º49.52%41.18%-
HSV(B)248.65º66.24%61.57%-
XYZ9.746.2132.58-
YUV69.34177.47127.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 157 (61.72% from 255) = 56.47%
R=24.46%
G=19.06%
B=56.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68531570.570.6600.38248.6549.5241.18
Hex44359D3942026f93229
Octal10465235711020463716251
Binary1000100110101100111011110011000010010011011111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44359D; }

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

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

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

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

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

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

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

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