Html Css Color HEX #44279C Blue Gem

📋 copy color: '#44279C'

red 68 ◦ green 39 ◦ blue 156

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

Shades of Blue Gem #44279C

Tints of Blue Gem #44279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 25.86%
G = 14.83%
B = 59.32%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44279C (or 0x44279C) is known color: Blue Gem. HEX triplet: 44, 27 and 9C. RGB value is (68,39,156). Sum of RGB (Red+Green+Blue) = 68+39+156=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #44279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44279C is #BBD863. Grayscale: #3C3C3C. Windows color (decimal): -12310628 or 10233668. OLE color: 10233668.

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

Color convert

RGB 68 39 156 -
CMYK 0.56 0.75 0 0.39
HSL 254.87º 0.6% 0.38% -
HSV(B) 254.87º 0.75% 0.61% -
XYZ 9.11 5.08 31.95 -
YUV 61.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 68 39 156 0.56 0.75 0 0.39 254.87 0.6 0.38
Hex 44 27 9C 38 4B 0 27 FF 3C 26
Octal 104 47 234 70 113 0 47 377 74 46
Binary 1000100 100111 10011100 111000 1001011 0 100111 11111111 111100 100110

Color Harmonies of #44279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44279C

Black with #44279C

Text Example


Text Example

White with #44279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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