Html Css Color HEX #44298D Blue Gem

📋 copy color: '#44298D'

red 68 ◦ green 41 ◦ blue 141

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

Shades of Blue Gem #44298D

Tints of Blue Gem #44298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 27.2%
G = 16.4%
B = 56.4%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44298D (or 0x44298D) is known color: Blue Gem. HEX triplet: 44, 29 and 8D. RGB value is (68,41,141). Sum of RGB (Red+Green+Blue) = 68+41+141=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #44298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44298D is #BBD672. Grayscale: #3C3C3C. Windows color (decimal): -12310131 or 9251140. OLE color: 9251140.

HSL color Cylindrical-coordinate representation of color #44298D: hue angle of 256.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44298D is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 41 141 -
CMYK 0.52 0.71 0 0.45
HSL 256.2º 0.55% 0.36% -
HSV(B) 256.2º 0.71% 0.55% -
XYZ 7.98 4.74 25.69 -
YUV 60.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 68 41 141 0.52 0.71 0 0.45 256.2 0.55 0.36
Hex 44 29 8D 34 47 0 2D 100 37 24
Octal 104 51 215 64 107 0 55 400 67 44
Binary 1000100 101001 10001101 110100 1000111 0 101101 100000000 110111 100100

Color Harmonies of #44298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44298D

Black with #44298D

Text Example


Text Example

White with #44298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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