#44399C

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

Shades of Blue Gem #44399C

Tints of Blue Gem #44399C

Color information

#44399C (or 0x44399C) is unknown color: approx Blue Gem. HEX triplet: 44, 39 and 9C. RGB value is (68,57,156). Sum of RGB (Red+Green+Blue) = 68+57+156=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #44399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44399C is #BBC663. Grayscale: #474747. Windows color (decimal): -12306020 or 10238276. OLE color: 10238276.

HSL color Cylindrical-coordinate representation of color #44399C: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44399C is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6857156-
CMYK0.560.6300.39
HSL246.67º46.48%41.76%-
HSV(B)246.67º63.46%61.18%-
XYZ9.856.5632.2-
YUV71.57175.64125.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=24.20%
G=20.28%
B=55.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68571560.560.6300.39246.6746.4841.76
Hex44399C383F027f72e2a
Octal1047123470770473675652
Binary100010011100110011100111000111111010011111110111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44399C; }

 p { color: rgb(68,57,156); }

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

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

 a { background-color: rgb(68,57,156); }

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

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

 span { border-color: rgb(68,57,156); }

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