Html Css Color HEX #443694 Blue Gem

📋 copy color: '#443694'

red 68 ◦ green 54 ◦ blue 148

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

Shades of Blue Gem #443694

Tints of Blue Gem #443694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 25.19%
G = 20%
B = 54.81%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443694 (or 0x443694) is known color: Blue Gem. HEX triplet: 44, 36 and 94. RGB value is (68,54,148). Sum of RGB (Red+Green+Blue) = 68+54+148=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #443694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443694 is #BBC96B. Grayscale: #444444. Windows color (decimal): -12306796 or 9713220. OLE color: 9713220.

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

Color convert

RGB 68 54 148 -
CMYK 0.54 0.64 0 0.42
HSL 248.94º 0.47% 0.4% -
HSV(B) 248.94º 0.64% 0.58% -
XYZ 9.05 6.01 28.7 -
YUV 68.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 68 54 148 0.54 0.64 0 0.42 248.94 0.47 0.4
Hex 44 36 94 36 40 0 2A F9 2F 28
Octal 104 66 224 66 100 0 52 371 57 50
Binary 1000100 110110 10010100 110110 1000000 0 101010 11111001 101111 101000

Color Harmonies of #443694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443694

Black with #443694

Text Example


Text Example

White with #443694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443694; }

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

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

background-color css

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

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

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

border-color css

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

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

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