#44259C

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

Shades of Blue Gem #44259C

Tints of Blue Gem #44259C

Color information

#44259C (or 0x44259C) is unknown color: approx Blue Gem. HEX triplet: 44, 25 and 9C. RGB value is (68,37,156). Sum of RGB (Red+Green+Blue) = 68+37+156=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #44259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44259C is #BBDA63. Grayscale: #3B3B3B. Windows color (decimal): -12311140 or 10233156. OLE color: 10233156.

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

Color convert

RGB6837156-
CMYK0.560.7600.39
HSL255.63º61.66%37.84%-
HSV(B)255.63º76.28%61.18%-
XYZ9.054.9531.93-
YUV59.84182.27133.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=26.05%
G=14.18%
B=59.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68371560.560.7600.39255.6361.6637.84
Hex44259C384C0271003e26
Octal10445234701140474007646
Binary10001001001011001110011100010011000100111100000000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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