Html Css Color HEX #44349C Blue Gem

📋 copy color: '#44349C'

red 68 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #44349C

Tints of Blue Gem #44349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 24.64%
G = 18.84%
B = 56.52%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44349C (or 0x44349C) is known color: Blue Gem. HEX triplet: 44, 34 and 9C. RGB value is (68,52,156). Sum of RGB (Red+Green+Blue) = 68+52+156=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #44349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44349C is #BBCB63. Grayscale: #444444. Windows color (decimal): -12307300 or 10236996. OLE color: 10236996.

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

Color convert

RGB 68 52 156 -
CMYK 0.56 0.67 0 0.39
HSL 249.23º 0.5% 0.41% -
HSV(B) 249.23º 0.67% 0.61% -
XYZ 9.61 6.09 32.12 -
YUV 68.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 68 52 156 0.56 0.67 0 0.39 249.23 0.5 0.41
Hex 44 34 9C 38 43 0 27 F9 32 29
Octal 104 64 234 70 103 0 47 371 62 51
Binary 1000100 110100 10011100 111000 1000011 0 100111 11111001 110010 101001

Color Harmonies of #44349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44349C

Black with #44349C

Text Example


Text Example

White with #44349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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