Html Css Color HEX #443696 Blue Gem

📋 copy color: '#443696'

red 68 ◦ green 54 ◦ blue 150

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

Shades of Blue Gem #443696

Tints of Blue Gem #443696

RGB

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

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

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

R = 25%
G = 19.85%
B = 55.15%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#443696 (or 0x443696) is known color: Blue Gem. HEX triplet: 44, 36 and 96. RGB value is (68,54,150). Sum of RGB (Red+Green+Blue) = 68+54+150=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #443696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443696 is #BBC969. Grayscale: #444444. Windows color (decimal): -12306794 or 9844292. OLE color: 9844292.

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

Color convert

RGB 68 54 150 -
CMYK 0.55 0.64 0 0.41
HSL 248.75º 0.47% 0.4% -
HSV(B) 248.75º 0.64% 0.59% -
XYZ 9.21 6.07 29.54 -
YUV 69.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 68 54 150 0.55 0.64 0 0.41 248.75 0.47 0.4
Hex 44 36 96 37 40 0 29 F9 2F 28
Octal 104 66 226 67 100 0 51 371 57 50
Binary 1000100 110110 10010110 110111 1000000 0 101001 11111001 101111 101000

Color Harmonies of #443696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443696

Black with #443696

Text Example


Text Example

White with #443696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443696; }

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

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

background-color css

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

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

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

border-color css

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

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

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