#44359F

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

Shades of Blue Gem #44359F

Tints of Blue Gem #44359F

Color information

#44359F (or 0x44359F) is unknown color: approx Blue Gem. HEX triplet: 44, 35 and 9F. RGB value is (68,53,159). Sum of RGB (Red+Green+Blue) = 68+53+159=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #44359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44359F is #BBCA60. Grayscale: #454545. Windows color (decimal): -12307041 or 10433860. OLE color: 10433860.

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

Color convert

RGB6853159-
CMYK0.570.6700.38
HSL248.49º50%41.57%-
HSV(B)248.49º66.67%62.35%-
XYZ9.926.2833.49-
YUV69.57178.47126.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=24.29%
G=18.93%
B=56.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68531590.570.6700.38248.495041.57
Hex44359F3943026f8322a
Octal10465237711030463706252
Binary1000100110101100111111110011000011010011011111000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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