Html Css Color HEX #443496 Blue Gem

📋 copy color: '#443496'

red 68 ◦ green 52 ◦ blue 150

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

Shades of Blue Gem #443496

Tints of Blue Gem #443496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 25.19%
G = 19.26%
B = 55.56%

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

#443496 (or 0x443496) is known color: Blue Gem. HEX triplet: 44, 34 and 96. RGB value is (68,52,150). Sum of RGB (Red+Green+Blue) = 68+52+150=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #443496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443496 is #BBCB69. Grayscale: #434343. Windows color (decimal): -12307306 or 9843780. OLE color: 9843780.

HSL color Cylindrical-coordinate representation of color #443496: hue angle of 249.8º degrees, saturation: 0.49, 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 #443496 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 52 150 -
CMYK 0.55 0.65 0 0.41
HSL 249.8º 0.49% 0.4% -
HSV(B) 249.8º 0.65% 0.59% -
XYZ 9.12 5.89 29.51 -
YUV 67.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 68 52 150 0.55 0.65 0 0.41 249.8 0.49 0.4
Hex 44 34 96 37 41 0 29 FA 31 28
Octal 104 64 226 67 101 0 51 372 61 50
Binary 1000100 110100 10010110 110111 1000001 0 101001 11111010 110001 101000

Color Harmonies of #443496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443496

Black with #443496

Text Example


Text Example

White with #443496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443496; }

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

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

background-color css

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

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

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

border-color css

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

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

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