Html Css Color HEX #44399C Blue Gem

📋 copy color: '#44399C'

red 68 ◦ green 57 ◦ blue 156

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

Shades of Blue Gem #44399C

Tints of Blue Gem #44399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 24.2%
G = 20.28%
B = 55.52%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44399C (or 0x44399C) is known color: Blue Gem. HEX triplet: 44, 39 and 9C. RGB value is (68,57,156). Sum of RGB (Red+Green+Blue) = 68+57+156=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #44399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44399C is #BBC663. Grayscale: #474747. Windows color (decimal): -12306020 or 10238276. OLE color: 10238276.

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

Color convert

RGB 68 57 156 -
CMYK 0.56 0.63 0 0.39
HSL 246.67º 0.46% 0.42% -
HSV(B) 246.67º 0.63% 0.61% -
XYZ 9.85 6.56 32.2 -
YUV 71.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 68 57 156 0.56 0.63 0 0.39 246.67 0.46 0.42
Hex 44 39 9C 38 3F 0 27 F7 2E 2A
Octal 104 71 234 70 77 0 47 367 56 52
Binary 1000100 111001 10011100 111000 111111 0 100111 11110111 101110 101010

Color Harmonies of #44399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44399C

Black with #44399C

Text Example


Text Example

White with #44399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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