Html Css Color HEX #44299D Blue Gem

📋 copy color: '#44299D'

red 68 ◦ green 41 ◦ blue 157

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

Shades of Blue Gem #44299D

Tints of Blue Gem #44299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 25.56%
G = 15.41%
B = 59.02%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44299D (or 0x44299D) is known color: Blue Gem. HEX triplet: 44, 29 and 9D. RGB value is (68,41,157). Sum of RGB (Red+Green+Blue) = 68+41+157=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #44299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44299D is #BBD662. Grayscale: #3D3D3D. Windows color (decimal): -12310115 or 10299716. OLE color: 10299716.

HSL color Cylindrical-coordinate representation of color #44299D: hue angle of 253.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44299D is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 41 157 -
CMYK 0.57 0.74 0 0.38
HSL 253.97º 0.59% 0.39% -
HSV(B) 253.97º 0.74% 0.62% -
XYZ 9.26 5.25 32.42 -
YUV 62.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 68 41 157 0.57 0.74 0 0.38 253.97 0.59 0.39
Hex 44 29 9D 39 4A 0 26 FE 3B 27
Octal 104 51 235 71 112 0 46 376 73 47
Binary 1000100 101001 10011101 111001 1001010 0 100110 11111110 111011 100111

Color Harmonies of #44299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44299D

Black with #44299D

Text Example


Text Example

White with #44299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44299D; }

 p { color: rgb(68,41,157); }

 H1.HeaderClassName
 {
   color: #44299D;
 }
 .AnyTagClassName
 {
   color: #44299D;
 }
</style>

background-color css

<style>
 a { background-color: #44299D; }

 a { background-color: rgb(68,41,157); }

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

border-color css

<style>
 span { border-color: #44299D; }

 span { border-color: rgb(68,41,157); }

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