Html Css Color HEX #44389C Blue Gem

📋 copy color: '#44389C'

red 68 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #44389C

Tints of Blue Gem #44389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 24.29%
G = 20%
B = 55.71%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44389C (or 0x44389C) is known color: Blue Gem. HEX triplet: 44, 38 and 9C. RGB value is (68,56,156). Sum of RGB (Red+Green+Blue) = 68+56+156=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #44389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44389C is #BBC763. Grayscale: #464646. Windows color (decimal): -12306276 or 10238020. OLE color: 10238020.

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

Color convert

RGB 68 56 156 -
CMYK 0.56 0.64 0 0.39
HSL 247.2º 0.47% 0.42% -
HSV(B) 247.2º 0.64% 0.61% -
XYZ 9.8 6.46 32.18 -
YUV 70.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 68 56 156 0.56 0.64 0 0.39 247.2 0.47 0.42
Hex 44 38 9C 38 40 0 27 F7 2F 2A
Octal 104 70 234 70 100 0 47 367 57 52
Binary 1000100 111000 10011100 111000 1000000 0 100111 11110111 101111 101010

Color Harmonies of #44389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44389C

Black with #44389C

Text Example


Text Example

White with #44389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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