#44349f

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

Shades of Blue Gem #44349F

Tints of Blue Gem #44349F

Color information

#44349F (or 0x44349F) is unknown color: approx Blue Gem. HEX triplet: 44, 34 and 9F. RGB value is (68,52,159). Sum of RGB (Red+Green+Blue) = 68+52+159=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #44349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44349F is #BBCB60. Grayscale: #444444. Windows color (decimal): -12307297 or 10433604. OLE color: 10433604.

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

Color convert

RGB6852159-
CMYK0.570.6700.38
HSL248.97º50.71%41.37%-
HSV(B)248.97º67.3%62.35%-
XYZ9.876.1933.48-
YUV68.98178.8127.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=24.37%
G=18.64%
B=56.99%

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
Decimal68521590.570.6700.38248.9750.7141.37
Hex44349F3943026f93329
Octal10464237711030463716351
Binary1000100110100100111111110011000011010011011111001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44349f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44349f; }

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

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

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

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

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

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

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

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