Html Css Color HEX #44329A Blue Gem

📋 copy color: '#44329A'

red 68 ◦ green 50 ◦ blue 154

#44329A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #44329A

Tints of Blue Gem #44329A

RGB

 RED value IS 68 (26.95% from 255) = 25%

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 154 (60.55% from 255) = 56.62%

R = 25%
G = 18.38%
B = 56.62%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#44329A (or 0x44329A) is known color: Blue Gem. HEX triplet: 44, 32 and 9A. RGB value is (68,50,154). Sum of RGB (Red+Green+Blue) = 68+50+154=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #44329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44329A is #BBCD65. Grayscale: #424242. Windows color (decimal): -12307814 or 10105412. OLE color: 10105412.

HSL color Cylindrical-coordinate representation of color #44329A: hue angle of 250.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44329A is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 50 154 -
CMYK 0.56 0.68 0 0.40
HSL 250.38º 0.51% 0.4% -
HSV(B) 250.38º 0.68% 0.6% -
XYZ 9.36 5.84 31.21 -
YUV 67.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 68 50 154 0.56 0.68 0 0.40 250.38 0.51 0.4
Hex 44 32 9A 38 44 0 28 FA 33 28
Octal 104 62 232 70 104 0 50 372 63 50
Binary 1000100 110010 10011010 111000 1000100 0 101000 11111010 110011 101000

Color Harmonies of #44329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44329A

Black with #44329A

Text Example


Text Example

White with #44329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44329A; }

 p { color: rgb(68,50,154); }

 H1.HeaderClassName
 {
   color: #44329A;
 }
 .AnyTagClassName
 {
   color: #44329A;
 }
</style>

background-color css

<style>
 a { background-color: #44329A; }

 a { background-color: rgb(68,50,154); }

 div.DivClassName
 {
   background-color: #44329A;
 }
 .BgClassName
 {
   background-color: #44329A;
 }
</style>

border-color css

<style>
 span { border-color: #44329A; }

 span { border-color: rgb(68,50,154); }

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