Html Css Color HEX #44329C Blue Gem

📋 copy color: '#44329C'

red 68 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #44329C

Tints of Blue Gem #44329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 24.82%
G = 18.25%
B = 56.93%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44329C (or 0x44329C) is known color: Blue Gem. HEX triplet: 44, 32 and 9C. RGB value is (68,50,156). Sum of RGB (Red+Green+Blue) = 68+50+156=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #44329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44329C is #BBCD63. Grayscale: #434343. Windows color (decimal): -12307812 or 10236484. OLE color: 10236484.

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

Color convert

RGB 68 50 156 -
CMYK 0.56 0.68 0 0.39
HSL 250.19º 0.51% 0.4% -
HSV(B) 250.19º 0.68% 0.61% -
XYZ 9.53 5.91 32.09 -
YUV 67.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 68 50 156 0.56 0.68 0 0.39 250.19 0.51 0.4
Hex 44 32 9C 38 44 0 27 FA 33 28
Octal 104 62 234 70 104 0 47 372 63 50
Binary 1000100 110010 10011100 111000 1000100 0 100111 11111010 110011 101000

Color Harmonies of #44329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44329C

Black with #44329C

Text Example


Text Example

White with #44329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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