Html Css Color HEX #44359C Blue Gem

📋 copy color: '#44359C'

red 68 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #44359C

Tints of Blue Gem #44359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 24.55%
G = 19.13%
B = 56.32%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44359C (or 0x44359C) is known color: Blue Gem. HEX triplet: 44, 35 and 9C. RGB value is (68,53,156). Sum of RGB (Red+Green+Blue) = 68+53+156=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #44359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44359C is #BBCA63. Grayscale: #444444. Windows color (decimal): -12307044 or 10237252. OLE color: 10237252.

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

Color convert

RGB 68 53 156 -
CMYK 0.56 0.66 0 0.39
HSL 248.74º 0.49% 0.41% -
HSV(B) 248.74º 0.66% 0.61% -
XYZ 9.66 6.18 32.14 -
YUV 69.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 68 53 156 0.56 0.66 0 0.39 248.74 0.49 0.41
Hex 44 35 9C 38 42 0 27 F9 31 29
Octal 104 65 234 70 102 0 47 371 61 51
Binary 1000100 110101 10011100 111000 1000010 0 100111 11111001 110001 101001

Color Harmonies of #44359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44359C

Black with #44359C

Text Example


Text Example

White with #44359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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