Html Css Color HEX #44249C Blue Gem

📋 copy color: '#44249C'

red 68 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #44249C

Tints of Blue Gem #44249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 26.15%
G = 13.85%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44249C (or 0x44249C) is known color: Blue Gem. HEX triplet: 44, 24 and 9C. RGB value is (68,36,156). Sum of RGB (Red+Green+Blue) = 68+36+156=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #44249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44249C is #BBDB63. Grayscale: #3A3A3A. Windows color (decimal): -12311396 or 10232900. OLE color: 10232900.

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

Color convert

RGB 68 36 156 -
CMYK 0.56 0.77 0 0.39
HSL 256º 0.63% 0.38% -
HSV(B) 256º 0.77% 0.61% -
XYZ 9.02 4.89 31.92 -
YUV 59.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 68 36 156 0.56 0.77 0 0.39 256 0.63 0.38
Hex 44 24 9C 38 4D 0 27 100 3E 26
Octal 104 44 234 70 115 0 47 400 76 46
Binary 1000100 100100 10011100 111000 1001101 0 100111 100000000 111110 100110

Color Harmonies of #44249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44249C

Black with #44249C

Text Example


Text Example

White with #44249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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