#44309E

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

Shades of Blue Gem #44309E

Tints of Blue Gem #44309E

Color information

#44309E (or 0x44309E) is unknown color: approx Blue Gem. HEX triplet: 44, 30 and 9E. RGB value is (68,48,158). Sum of RGB (Red+Green+Blue) = 68+48+158=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #44309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44309E is #BBCF61. Grayscale: #424242. Windows color (decimal): -12308322 or 10367044. OLE color: 10367044.

HSL color Cylindrical-coordinate representation of color #44309E: hue angle of 250.91º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44309E is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6848158-
CMYK0.570.7000.38
HSL250.91º53.4%40.39%-
HSV(B)250.91º69.62%61.96%-
XYZ9.615.8132.96-
YUV66.52179.63129.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=24.82%
G=17.52%
B=57.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68481580.570.7000.38250.9153.440.39
Hex44309E3946026fb3528
Octal10460236711060463736550
Binary1000100110000100111101110011000110010011011111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44309E; }

 p { color: rgb(68,48,158); }

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

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

 a { background-color: rgb(68,48,158); }

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

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

 span { border-color: rgb(68,48,158); }

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