Html Css Color HEX #443596 Blue Gem

📋 copy color: '#443596'

red 68 ◦ green 53 ◦ blue 150

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

Shades of Blue Gem #443596

Tints of Blue Gem #443596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 25.09%
G = 19.56%
B = 55.35%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#443596 (or 0x443596) is known color: Blue Gem. HEX triplet: 44, 35 and 96. RGB value is (68,53,150). Sum of RGB (Red+Green+Blue) = 68+53+150=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #443596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443596 is #BBCA69. Grayscale: #444444. Windows color (decimal): -12307050 or 9844036. OLE color: 9844036.

HSL color Cylindrical-coordinate representation of color #443596: hue angle of 249.28º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443596 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 53 150 -
CMYK 0.55 0.65 0 0.41
HSL 249.28º 0.48% 0.4% -
HSV(B) 249.28º 0.65% 0.59% -
XYZ 9.16 5.98 29.52 -
YUV 68.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 68 53 150 0.55 0.65 0 0.41 249.28 0.48 0.4
Hex 44 35 96 37 41 0 29 F9 30 28
Octal 104 65 226 67 101 0 51 371 60 50
Binary 1000100 110101 10010110 110111 1000001 0 101001 11111001 110000 101000

Color Harmonies of #443596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443596

Black with #443596

Text Example


Text Example

White with #443596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443596; }

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

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

background-color css

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

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

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

border-color css

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

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

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