Html Css Color HEX #44289D Blue Gem

📋 copy color: '#44289D'

red 68 ◦ green 40 ◦ blue 157

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

Shades of Blue Gem #44289D

Tints of Blue Gem #44289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 25.66%
G = 15.09%
B = 59.25%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44289D (or 0x44289D) is known color: Blue Gem. HEX triplet: 44, 28 and 9D. RGB value is (68,40,157). Sum of RGB (Red+Green+Blue) = 68+40+157=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #44289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44289D is #BBD762. Grayscale: #3D3D3D. Windows color (decimal): -12310371 or 10299460. OLE color: 10299460.

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

Color convert

RGB 68 40 157 -
CMYK 0.57 0.75 0 0.38
HSL 254.36º 0.59% 0.39% -
HSV(B) 254.36º 0.75% 0.62% -
XYZ 9.23 5.18 32.41 -
YUV 61.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 68 40 157 0.57 0.75 0 0.38 254.36 0.59 0.39
Hex 44 28 9D 39 4B 0 26 FE 3B 27
Octal 104 50 235 71 113 0 46 376 73 47
Binary 1000100 101000 10011101 111001 1001011 0 100110 11111110 111011 100111

Color Harmonies of #44289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44289D

Black with #44289D

Text Example


Text Example

White with #44289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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