Html Css Color HEX #44369C Blue Gem

📋 copy color: '#44369C'

red 68 ◦ green 54 ◦ blue 156

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

Shades of Blue Gem #44369C

Tints of Blue Gem #44369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 24.46%
G = 19.42%
B = 56.12%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44369C (or 0x44369C) is known color: Blue Gem. HEX triplet: 44, 36 and 9C. RGB value is (68,54,156). Sum of RGB (Red+Green+Blue) = 68+54+156=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #44369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44369C is #BBC963. Grayscale: #454545. Windows color (decimal): -12306788 or 10237508. OLE color: 10237508.

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

Color convert

RGB 68 54 156 -
CMYK 0.56 0.65 0 0.39
HSL 248.24º 0.49% 0.41% -
HSV(B) 248.24º 0.65% 0.61% -
XYZ 9.7 6.27 32.15 -
YUV 69.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 68 54 156 0.56 0.65 0 0.39 248.24 0.49 0.41
Hex 44 36 9C 38 41 0 27 F8 31 29
Octal 104 66 234 70 101 0 47 370 61 51
Binary 1000100 110110 10011100 111000 1000001 0 100111 11111000 110001 101001

Color Harmonies of #44369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44369C

Black with #44369C

Text Example


Text Example

White with #44369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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