Html Css Color HEX #44289C Blue Gem

📋 copy color: '#44289C'

red 68 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #44289C

Tints of Blue Gem #44289C

RGB

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

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

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

R = 25.76%
G = 15.15%
B = 59.09%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44289C (or 0x44289C) is known color: Blue Gem. HEX triplet: 44, 28 and 9C. RGB value is (68,40,156). Sum of RGB (Red+Green+Blue) = 68+40+156=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #44289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44289C is #BBD763. Grayscale: #3D3D3D. Windows color (decimal): -12310372 or 10233924. OLE color: 10233924.

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

Color convert

RGB 68 40 156 -
CMYK 0.56 0.74 0 0.39
HSL 254.48º 0.59% 0.38% -
HSV(B) 254.48º 0.74% 0.61% -
XYZ 9.14 5.15 31.96 -
YUV 61.6 181.28 132.57 -
System Red Green Blue C M Y K H S L
Decimal 68 40 156 0.56 0.74 0 0.39 254.48 0.59 0.38
Hex 44 28 9C 38 4A 0 27 FE 3B 26
Octal 104 50 234 70 112 0 47 376 73 46
Binary 1000100 101000 10011100 111000 1001010 0 100111 11111110 111011 100110

Color Harmonies of #44289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44289C

Black with #44289C

Text Example


Text Example

White with #44289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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